Skip to content

Instantly share code, notes, and snippets.

@jaybosamiya
Last active May 17, 2016 16:28
Show Gist options
  • Save jaybosamiya/7013ddf22a30103e7f635a1a7591ab7e to your computer and use it in GitHub Desktop.
Save jaybosamiya/7013ddf22a30103e7f635a1a7591ab7e to your computer and use it in GitHub Desktop.
Read the README file (not sure why the files aren't coming in order)

Screenshots of IDA from running the code at this asciinema link.

The generated python files are from the commands:

bap coreutils_O3_uniq --taint-reg='%000026e1' --taint --emit-ida-script-file=tr.py --emit-ida-script-attr=tainted-reg --emit-ida-script
bap coreutils_O3_uniq --taint-reg='%000026e1' --taint --map-terms-with='((taints) (color green))' --map-terms --emit-ida-script-file=c.py --emit-ida-script-attr=color --emit-ida-script

The coreutils_O3_uniq file is taken from BinaryAnalysisPlatform/arm-binaries.

Names of the screenshot files should make it clear, as to what each one is about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment