cob_258
cob_258
~~take a look at this, it might help https://github.com/cobrce/interception_wrapper~~ This [repo ](https://github.com/cobrce/interception_py) is a port (not a wrapper), it works better than the other one, tested only keyboard and it...
Hello @gsass1, SortProcessByUsedMemory is supposed to use __int64 to compare two "UsedMemory" but the generated code uses dword  Update: I recompiled with VS community 2022 and it's fixed ...
Hi, thanks for giving interest to this project. I started this port as a pet project to learn more about interacting with system APIs, which explains the not so pythonic...