cob_258

Results 3 comments of 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 ![image](https://github.com/gsass1/NTop/assets/13872261/5b81359c-1881-4b72-9e2f-91ce9ce7f4b1) Update: I recompiled with VS community 2022 and it's fixed ![image](https://github.com/gsass1/NTop/assets/13872261/7eb8341d-6311-4720-9a7f-87c82957b504)...

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...