skelsec / pypykatz

Mimikatz implementation in pure Python
MIT License
2.81k stars 371 forks source link

Fix pid to process name resolve #93

Closed VakarisZ closed 2 years ago

VakarisZ commented 3 years ago

Fixes: #90. Now, if the method fails to resolve a pid to name, the resolve process continues instead of failing the whole mimikatz.

VakarisZ commented 2 years ago

@skelsec

skelsec commented 2 years ago

Thank you!