Skip to content

Instantly share code, notes, and snippets.

@SimonTheCoder
Created January 17, 2019 08:58
Show Gist options
  • Save SimonTheCoder/0282f327f9f37d59c6ea38802ed661e9 to your computer and use it in GitHub Desktop.
Save SimonTheCoder/0282f327f9f37d59c6ea38802ed661e9 to your computer and use it in GitHub Desktop.
radare2 commands
#assemble and output a 32 bit machine code
rasm2 -a arm -b 64 "mrs x1,currentel"|perl -ne 'print "0x$_"'|rax2 =16 -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment