TomashuTTTT7 / HidecallLinks
Hide function calls to prevent reverse-engineering
☆74Updated 4 years ago
Alternatives and similar repositories for Hidecall
Users that are interested in Hidecall are comparing it to the libraries listed below
Sorting:
- Library containing Anti-RE and Anti-Debug methods.☆117Updated 9 months ago
- Obfuscate calls to imports by patching in stubs☆72Updated 4 years ago
- Example Windows Kernel-mode Driver which enumerates running processes.☆59Updated 3 years ago
- PE-Dump-Fixer☆111Updated 5 years ago
- Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++. It helps your programming go easier, faster, and …☆69Updated last year
- Anti-debug library based on al-khaser with ScyllaHide/TitanHide detection.☆63Updated 6 years ago
- C++ implementation of compile time obfuscator☆166Updated 6 years ago
- reverse engineering of bedaisy.sys (battleyes kernel driver) - Aki2k/BEDaisy☆111Updated 5 years ago
- A mini anti-anti debug hooking library for Windows.☆106Updated 5 years ago
- C++ library for parsing and manipulating PE files statically and dynamically.☆89Updated 2 years ago
- Handling C++ & __try exceptions without the need of built-in handlers.☆76Updated 4 years ago
- x64dbg plugin for simple spoofing of CPUID instruction behavior☆100Updated 2 years ago
- Internally injected C++ DLL that dumps VFTables with RTTI data, Still In Development☆105Updated 2 years ago
- too busy for that all, furikuri is framework for code protection☆162Updated 6 years ago
- Disables virtualprotect checks/hooks so you can modify memory and change memory protection in binaries protected by VMProtect.☆135Updated 4 years ago
- ☆82Updated 4 years ago
- Attempts to decrypt JM Xorstr in some x64 binaries☆59Updated 2 years ago
- based on https://github.com/secrary/Hooking-via-InstrumentationCallback☆73Updated 6 years ago
- The windows kernel debugger consists of two parts, KMOD which is the kernel driver handling ring3 request and KCLI, the command line inte…☆99Updated 3 years ago
- Elevate a process to be a protected process☆155Updated 6 years ago
- A documented Windows x64 bit Usermode Injector that works via hooking IAT and hijacking its threads to execute shellcode.☆65Updated 2 years ago
- driver that communicates using a shared section☆83Updated 10 months ago
- Scans all modules in target process for jmp/int3 hooks dissassembles then and follows jmps to destination.☆82Updated 2 years ago
- Known ring3 memory protections that can be handled at a simple level.☆67Updated 3 years ago
- Simple NtQuerySystemInformation hook for your hacking apps.☆42Updated 4 years ago
- a lightweight library geared towards windows process hacking/manipulation, but with much more use case.☆32Updated 4 years ago
- C/C++ antidebugging library for Windows☆51Updated 2 months ago
- Intercepting DeviceControl via WPP