ShellCodeEmulator
ShellCodeEmulator copied to clipboard
No module named 'windbgtool.windows_api' although WinDbg is installed
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.
Update to the latest git version of windbgtool to fix.
Issue something like pip install git+https://github.com/ohjeongwook/windbgtool --upgrade