nickcano / ReloadLibraryLinks
A quick-and-dirty anti-hook library proof of concept.
☆104Updated 6 years ago
Alternatives and similar repositories for ReloadLibrary
Users that are interested in ReloadLibrary are comparing it to the libraries listed below
Sorting:
- Dump system call codes, names, and offsets from Ntdll.dll☆78Updated last year
- Obfuscate calls to imports by patching in stubs☆68Updated 3 years ago
- based on https://github.com/secrary/Hooking-via-InstrumentationCallback☆71Updated 5 years ago
- ☆153Updated 5 years ago
- Custom GetProcAddress, GetModuleHandleA and some dbghelp.dll functions☆81Updated 6 years ago
- Resolve DOS MZ executable symbols at runtime☆95Updated 3 years ago
- Kernel LdrLoadDll injector☆260Updated 6 years ago
- x64 Windows PatchGuard bypass, register process-creation callbacks from unsigned code☆201Updated 4 years ago
- A modern, mod independent open source cheat for Enemy Territory☆66Updated 4 months ago
- codes for my blog post: https://secrary.com/Random/InstrumentationCallback/