revsic / cpp-obfuscator
C++ implementation of compile time obfuscator
☆142Updated 5 years ago
Alternatives and similar repositories for cpp-obfuscator:
Users that are interested in cpp-obfuscator are comparing it to the libraries listed below
- Hide function calls to prevent reverse-engineering☆68Updated 3 years ago
- Simple x86/x86_64 instruction level obfuscator based on a basic SBI engine☆264Updated 2 years ago
- LLVM Obfuscator / constexpr / PEB CALL API☆175Updated 6 years ago
- C++ Header only string obfuscator library using metaprogramming. Affine Cipher technique is used for encryption and decryption.☆166Updated 5 years ago
- x86 Binary Code Virtualization Tool☆211Updated last month
- Elevate a process to be a protected process☆144Updated 5 years ago
- Manual DLL Injector using Thread Hijacking.☆235Updated 7 years ago
- A modern c++ implementation of windows heavens gate☆216Updated 4 years ago
- too busy for that all, furikuri is framework for code protection☆158Updated 5 years ago
- Kernel LdrLoadDll injector☆257Updated 6 years ago
- A quick-and-dirty anti-hook library proof of concept.☆103Updated 6 years ago
- Class containing Anti-RE, Anti-Debug and Anti-Hook methods. Made for C++/CLI☆106Updated 2 years ago
- Obfuscate calls to imports by patching in stubs☆67Updated 3 years ago
- Obfuscates all RTTI (Run-time type information) inside a binary☆193Updated 7 years ago
- Global user-mode hooking framework, based on AppInit_DLLs. The goal is to allow you to rapidly develop hooks to inject in an arbitrary pr…☆167Updated 3 years ago
- Vectored Exception Handling Hooking Class