Closed aas-n closed 5 years ago
Thx for reporting the issue!
This is actually a problem in a different library of mine (minidump). You may thank Microsoft for the "awesome" documentation which contradicts itself. https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_system_info https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info
I'll modify the parser code to give a simple integer for processorlevel instead of enum.
Fixed. You'll need to check out the latest minidump library from git. Please verify and close if it works on your end as well.
It seems to be fixed. Thank you for your reactivity. Please continue your hard work.
Hi mate,
When do you think the minidump library fix will be available for pip3 ? Because at this time, Pypykatz installed by following README instructions fails to parse every dumps.
I published a new version for minidump and pypykatz a few minutes ago. hope this solves the issues.
It is all good again. Thank you ;-).
Hi mate,
Thank you for your hard work. Pypykatz is really awesome. I experience a little problem here when parsing a minidump on a fresh installed Windows.
Here how to reproduce:
Here is my ProcDump:
When I try to parse it, it fails with ValueError: 15 is not a valid PROCESSOR_LEVEL.
I have to mention that it works perfectly with Mimikatz. Here the problematic dump. lsass.zip