The C++ version of autoLocker
https://gist.github.com/MolecularMatters/dbf39ea79fdf0ca00ca5083cba3a1da9
https://github.com/rbmm/Poc-from-Molecular
https://dennisbabkin.com/blog/?i=AAA00800
- Build with
gcc -o autoLockerC.exe -O3 -mwindows .\main.cpp - Start program with
.\autoLockerC.exe <target process name> - Have fun!