gitextract_yx0qudfh/ ├── .gitignore ├── PatchGuardBypass/ │ ├── PatchGuardBypass.inf │ ├── PatchGuardBypass.vcxproj │ ├── PatchGuardBypass.vcxproj.filters │ └── src/ │ ├── core/ │ │ ├── PatchGuard.h │ │ ├── features/ │ │ │ ├── Disable.cpp │ │ │ ├── Evade.cpp │ │ │ └── Verify.cpp │ │ ├── flows/ │ │ │ ├── Flows.cpp │ │ │ └── Flows.h │ │ ├── symbols/ │ │ │ ├── Globals.cpp │ │ │ ├── Globals.h │ │ │ ├── Offsets.cpp │ │ │ └── Offsets.h │ │ └── timers/ │ │ ├── Timer.cpp │ │ └── Timer.h │ └── main.cpp ├── PatchGuardBypass.sln └── README.md