Created
July 22, 2010 01:53
-
-
Save nixeagle/485458 to your computer and use it in GitHub Desktop.
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
| (asm (:x86oid) | |
| (inc :eax) | |
| (dec :ax) | |
| (push :edx) | |
| (pop :si) | |
| (int 3) | |
| (nop)) | |
| ;;=> ((102 64) (72) (102 82) (94) (205 3) (144)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment