Skip to content

Instantly share code, notes, and snippets.

@robindimyan
Created January 31, 2016 21:01
Show Gist options
  • Save robindimyan/e625686b3cabbe7e96a0 to your computer and use it in GitHub Desktop.
Save robindimyan/e625686b3cabbe7e96a0 to your computer and use it in GitHub Desktop.
if (a == b) // mov eax, DWORD PTR [ebp-0xc]
/* if stuff */ // cmp eax, DWORD PTR [ebp-0x10]
else // jne addr
/* else stuff */ // /* if stuff */
// ...
// <addr>:
// /* else stuff */
/* ------------------------------------------------------------------ */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment