Skip to content

Instantly share code, notes, and snippets.

@P1kachu
Last active June 6, 2016 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save P1kachu/b80ce8a676d8eea94d876f0fe7ad1934 to your computer and use it in GitHub Desktop.
Save P1kachu/b80ce8a676d8eea94d876f0fe7ad1934 to your computer and use it in GitHub Desktop.
Things to add/fix in angr's documentation and code

angr-doc

Useful

  • Basic blocks are broken on calls, unlike IDA
  • Pruned path are quite useless

Missing

  • Lots of pathgroup init parameters
  • Analysis techniques and heuristics used in CFGFast (there is a TODO already)

Unclear

  • What is:
    • a VFG ?

angr

FIXES

  • CFGAccurate: cfg.get_lbe_exits() may be broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment