Fix missing exe (start==vma) and update requirements

pull/17/head
Zach Riggle 11 years ago
parent fa05df3687
commit 60396ddeff

@ -82,6 +82,10 @@ def add_main_exe_to_symbols():
return
exe = pwndbg.elf.exe()
if not exe:
return
addr = exe.address
if not addr:

@ -1,2 +1,3 @@
capstone>=4.0
pycparser
pycparser
psutil>=3.1.0

Loading…
Cancel
Save