Skip to content

Instantly share code, notes, and snippets.

@int0x33
Created February 17, 2019 12:10
Show Gist options
  • Save int0x33/d45c40216487fc524e3349bfaea8577d to your computer and use it in GitHub Desktop.
Save int0x33/d45c40216487fc524e3349bfaea8577d to your computer and use it in GitHub Desktop.
char str1[10];
char str2[]="WeWantToOverwriteMemory";
strcpy(str1,str2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment