-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
I have WinDBG installed but when I tried to run
C:\tmp\>C:\Users\user1\AppData\Local\Programs\Python\Python37-32\python.exe -m shellcode_emulator.run wincalc.bin -d C:\tmp\shellcode
Traceback (most recent call last):
File "C:\Users\user1\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\user1\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\user1\AppData\Local\Programs\Python\Python37-32\lib\site-packages\shellcode_emulator\run.py", line 30, in <module>
import shellcode_emulator.api
File "C:\Users\user1\AppData\Local\Programs\Python\Python37-32\lib\site-packages\shellcode_emulator\api.py", line 18, in <module>
import windbgtool.windows_api
ModuleNotFoundError: No module named 'windbgtool.windows_api'
When I run import windbgtool it finds it but not windbgtool.windows_api.
Reactions are currently unavailable