Furthened decomp work

This commit is contained in:
Marco 2026-04-10 18:14:55 +02:00
commit 28cbbe3470
519 changed files with 1498 additions and 43421 deletions

View 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')