forked from Cr4sh/IDA-VMware-GDB
-
Notifications
You must be signed in to change notification settings - Fork 1
wonderzdh/IDA-VMware-GDB
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
******************************************************************************
Helper script for Windows kernel debugging with IDA Pro on VMware + GDB stub.
By Oleksiuk Dmytro (aka Cr4sh)
http://twitter.com/d_olex
http://blog.cr4.sh
mailto:[email protected]
******************************************************************************
Features:
- Enumerating loaded kernel modules and segments creation for them.
- Loading debug symbols for kernel modules.
Based on original vmware_modules.py from Hex Blog article (http://www.hexblog.com/?p=94).
Changes:
* Changed nt!PsLoadedModuleList finding algo, 'cause using FS segment base
for this -- is bad idea (FS not always points to the _KPCR).
* Added complete support of Windows x64.
* Fixed bugs in .PDB loading for mdules with the 'non-canonical' image path.
Tested on IDA 6.1 with IDAPython v1.5.2 on Windows XP, Vista, 7 (x32 and x64)
as debug targets.
About
Helper script for Windows kernel debugging with IDA Pro on VMware + GDB stub
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%