Closed WillVan closed 7 months ago
I needed read some additional information out of my memroy dumps, tried to follow the existing code as closely as possible.
Upped IDebugSystemObjects to v4 and IDebugAdvanced to v2.
IDebugAdvanced wrapped Request method.
IDebugControl wrapped GetNumberProcessors, GetCurrentTimeDate, GetCurrentSystemUpTime
IDebugSystemObjects wrapped GetCurrentProcessPeb, GetCurrentProcessUpTime, GetCurrentProcessExecutableNameWide
@microsoft-github-policy-service agree
Thanks for the code! I need to do a new release at some point this month, so this should be on nuget before 5/1.
Thank you!
I needed read some additional information out of my memroy dumps, tried to follow the existing code as closely as possible.
Upped IDebugSystemObjects to v4 and IDebugAdvanced to v2.
IDebugAdvanced wrapped Request method.
IDebugControl wrapped GetNumberProcessors, GetCurrentTimeDate, GetCurrentSystemUpTime
IDebugSystemObjects wrapped GetCurrentProcessPeb, GetCurrentProcessUpTime, GetCurrentProcessExecutableNameWide