Skip to content

Instantly share code, notes, and snippets.

@withzombies
Created May 26, 2016 22:44
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 withzombies/f6ba9798ce280472e6f06207112672a8 to your computer and use it in GitHub Desktop.
Save withzombies/f6ba9798ce280472e6f06207112672a8 to your computer and use it in GitHub Desktop.
calls = []
for block in main.low_level_il:
for il in block:
if il.operation == binaryninja.core.LLIL_CALL:
calls.append(il)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment