Skip to content

Instantly share code, notes, and snippets.

@withzombies

withzombies/334x-example4.py Secret

Created May 26, 2016
Embed
What would you like to do?
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
You can’t perform that action at this time.