Skip to content

Instantly share code, notes, and snippets.

@cboin
Created July 31, 2018 17:58
Show Gist options
  • Save cboin/70be28a28de66cc91e52183661d27995 to your computer and use it in GitHub Desktop.
Save cboin/70be28a28de66cc91e52183661d27995 to your computer and use it in GitHub Desktop.
$ objdump -d CrackMe_ASM | grep movb | awk '{ print $6 }' | grep -oe "0x[0-9][0-9]" | xxd -r
S3CrEF4G!%
$ ./CrackMe_ASM
Flag : S3CrEF4G!
you are correct !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment