corelan/windbglib

possible to setup mona for Win 7 32bit for windbg?

naijim opened this issue · 2 comments

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.

The preferred way for use pykd:

  1. Install Python. If you are going to use x86 windbg, python should be also x86.
  2. Install pykd as a ordinal python package with command 'pip install pykd'
  3. For convenience use bootstrapper: http://pykd.codeplex.com/releases/view/624814

closing for now, feel free to reopen if the issue is still there