Furthened decomp work
This commit is contained in:
parent
746709f40c
commit
28cbbe3470
519 changed files with 1498 additions and 43421 deletions
7
tmp_check_python_asm_libs.py
Normal file
7
tmp_check_python_asm_libs.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
mods = ['keystone', 'capstone', 'distorm3', 'iced_x86']
|
||||
for name in mods:
|
||||
try:
|
||||
__import__(name)
|
||||
print(name, 'yes')
|
||||
except Exception:
|
||||
print(name, 'no')
|
||||
Loading…
Add table
Add a link
Reference in a new issue