gitextract_uwm5figu/ ├── .gitattributes ├── .gitignore ├── README.md ├── SylantStrike/ │ ├── SylantStrike.cpp │ ├── SylantStrike.h │ ├── SylantStrike.vcxproj │ ├── SylantStrike.vcxproj.filters │ ├── cpp.hint │ ├── dllmain.cpp │ ├── framework.h │ ├── minhook/ │ │ ├── include/ │ │ │ └── MinHook.h │ │ └── src/ │ │ ├── buffer.c │ │ ├── buffer.h │ │ ├── hde/ │ │ │ ├── hde32.c │ │ │ ├── hde32.h │ │ │ ├── hde64.c │ │ │ ├── hde64.h │ │ │ ├── pstdint.h │ │ │ ├── table32.h │ │ │ └── table64.h │ │ ├── hook.c │ │ ├── trampoline.c │ │ └── trampoline.h │ ├── pch.cpp │ └── pch.h ├── SylantStrike.sln └── SylantStrikeInject/ ├── App.config ├── BasicInject.cs ├── Options.cs ├── Program.cs ├── Properties/ │ └── AssemblyInfo.cs └── SylantStrikeInject.csproj