What's new:
Fully reworked pykd core: more stable, more flexible!
Fixed and improved many-many things!
New capabilities:
Thank you for all team's member for great work!
Fully reworked pykd core: more stable, more flexible!
Fixed and improved many-many things!
New capabilities:
- script running in windbg can be termintated by Ctrl+Break
- module::enumSymbols method ( return list of symbols )
- module::getVersion method ( return tuple of the module's file version )
- module::queryVersion method ( return string from the module's version resources )
- getVaProtect routine (return protection attributes of the virtual address of the target usermode process)
- findMemoryRegion routine (find valid memory region in the taget process virtual memory)
- getStackTraceWow64 routine (return part of a stack from WOW64 context)
- getProcessThreads routine ( Get all process's threads ( user mode only ) )
- typeInfo::arrayOf method ( contruct array type )
- writeDump routine ( create memory dump file )
Thank you for all team's member for great work!