srounet / Pymem

A python library for windows, providing the needed functions to start working on your own with memory editing.
MIT License
307 stars 44 forks source link

Set debug privilege #40

Closed srounet closed 3 years ago

srounet commented 3 years ago

Why

This pull-request aim to resolve the issue with AdjustTokenPriviledge. It follows a better implementation of set_debug_privilege and is at least, closer to the win32api and uses more check to prevent any issue.

Changes

Testing