Skip to content

Instantly share code, notes, and snippets.

@withzombies

withzombies/334x-example1.py Secret

Created May 26, 2016
Embed
What would you like to do?
import binaryninja
print "Analyzing {0}".format(chal)
bv = binaryninja.BinaryViewType["ELF"].open(chal)
bv.update_analysis()
time.sleep(0.1) # Bandaid for now
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.