Created
October 21, 2016 09:54
-
-
Save msm-code/71fa859ce1fb0232f4d02fe581c9d6cf to your computer and use it in GitHub Desktop.
paper.asm.64ca36263ef4107022aa090a54c67161
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| push 0x40404040 | |
| push 0x02020202 | |
| jmp detour | |
| detour: | |
| pop eax ; oversimplification, detour can never spoil registers | |
| pop ebx | |
| add eax, ebx ; or xor, or sub, or add | |
| jmp eax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment