gitextract_svouth1i/ ├── .gitignore ├── LICENSE.txt ├── README.md └── RwxMeme/ ├── CMakeLists.txt ├── CMakePresets.json └── RwxMeme/ ├── CMakeLists.txt ├── lib/ │ └── VMProtectSDK64.lib └── src/ ├── driver/ │ ├── driver_resource.h │ ├── intel_driver.cpp │ ├── intel_driver.h │ ├── magic.cpp │ ├── magic.h │ ├── memory.cpp │ ├── memory.h │ ├── nt.h │ ├── service.cpp │ ├── service.h │ ├── utils.cpp │ └── utils.h ├── entry.cpp ├── general.h └── utils/ ├── console.cpp ├── console.h ├── executable.cpp ├── executable.h ├── vmprotect.h └── xor.h