possible to setup mona for Win 7 32bit for windbg?
naijim opened this issue · 2 comments
naijim commented
I followed the instructions for Win 7 64bit but removing the 'x86', for instance, I copied pykd.pyd
to C:\Program Files\Windows Kits\8.0\Debuggers\x86\winext
, etc. The command .load pykd.pyd
failed with:
.load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n2
"The system cannot find the file specified."
Please check your debugger configuration and/or network access.
Then I tried to exactly follow the instructions for Win 7 64bit on Win 7 32bit still no success.
ussrhero commented
The preferred way for use pykd:
- Install Python. If you are going to use x86 windbg, python should be also x86.
- Install pykd as a ordinal python package with command 'pip install pykd'
- For convenience use bootstrapper: http://pykd.codeplex.com/releases/view/624814
corelanc0d3r commented
closing for now, feel free to reopen if the issue is still there