Skip to content

Commit

Permalink
Add note about library versions for wyvern. see angr/angr#1254
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Oct 16, 2018
1 parent d970406 commit 68102a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/csaw_wyvern/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

def main():
# Load the binary. This is a 64-bit C++ binary, pretty heavily obfuscated.
# its correct emulation by angr depends heavily on the libraries it is loaded with,
# so if this script fails, try copying to this dir the .so files from our binaries repo:
# https://github.com/angr/binaries/tree/master/tests/x86_64
p = angr.Project('wyvern')

# It's reasonably easy to tell from looking at the program in IDA that the key will
Expand Down

0 comments on commit 68102a5

Please sign in to comment.