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/40cde20c60f843bcbdd1d43a879e05f4 to your computer and use it in GitHub Desktop.
Save withzombies/40cde20c60f843bcbdd1d43a879e05f4 to your computer and use it in GitHub Desktop.
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