Skip to content

Instantly share code, notes, and snippets.

@robindimyan
Created January 31, 2016 21:05
Show Gist options
  • Save robindimyan/0c816f9cb3969dd46520 to your computer and use it in GitHub Desktop.
Save robindimyan/0c816f9cb3969dd46520 to your computer and use it in GitHub Desktop.
int a = 0; // mov DWORD PTR [ebp-0xc], 0x0
a++; // mov eax, DWORD PTR [ebp-0xc]
// inc eax
// mov DWORD PTR [ebp-0xc], eax
/* ------------------------------------------------------------------ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment