Skip to content

Instantly share code, notes, and snippets.

@nixeagle
Created July 22, 2010 01:58
Show Gist options
  • Save nixeagle/485460 to your computer and use it in GitHub Desktop.
Save nixeagle/485460 to your computer and use it in GitHub Desktop.
(hexize (asm (:x86oid)
(inc :eax)
(dec :ax)
(push :edx)
(pop :si)
(int 3)
(nop)))
;;=> "66 40 | 48 | 66 52 | 5E | CD 03 | 90"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment