Skip to content

Instantly share code, notes, and snippets.

@nixeagle
Created July 22, 2010 01:53
Show Gist options
  • Save nixeagle/485458 to your computer and use it in GitHub Desktop.
Save nixeagle/485458 to your computer and use it in GitHub Desktop.
(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