kbrddestroyer / CS2.KernelCheat

Just my attempt to break CS2 in kernel mode app for win64 target platform
MIT License
23 stars 4 forks source link

[FEATURE] CPython Integration #73

Open kbrddestroyer opened 1 month ago

kbrddestroyer commented 1 month ago

CPython Integration

WinAPI is good but hey, I want to use Flask as webserver for user login and displaying service info on mobiles. So I need:

Additional:

High priority

kbrddestroyer commented 1 month ago

Also, why the hell I need compiled Python?

If we have system interpreter, library conflicts could occur. Also, it will be necessary to install Python3 on target PC and running pip install -r requirements.txt, which is not really convinient