fritzone / obfyLinks
A tiny C++ obfuscation framework
☆692Updated 5 years ago
Alternatives and similar repositories for obfy
Users that are interested in obfy are comparing it to the libraries listed below
Sorting:
- heavily vectorized c++17 compile time string encryption.☆1,329Updated 3 years ago
- Guaranteed compile-time string literal obfuscation header-only library for C++14☆1,191Updated last year
- Obfuscation library based on C++11/14 and metaprogramming☆1,483Updated 2 years ago
- anti debugging library in c++.☆560Updated last year
- A bunch of Windows anti-debugging tricks for x86 and x64.☆790Updated 4 years ago
- A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.☆580Updated 3 years ago
- Simple header-only compile-time library for string obfuscation (C++14)☆262Updated 3 years ago
- AntiDebugging sample sources written in C++☆341Updated 6 years ago
- C++ Header only string obfuscator library using metaprogramming. Affine Cipher technique is used for encryption and decryption.☆175Updated 5 years ago
- Inline syscalls made easy for windows on clang☆714Updated last year
- A wrapper library around native windows sytem APIs☆435Updated 4 years ago
- library for importing functions from dlls in a hidden, reverse engineer unfriendly way☆1,785Updated last year
- The functions interception library written on pure C and NativeAPI with UserMode and KernelMode support☆751Updated 2 months ago
- Compile-time, Usermode + Kernelmode, safe and lightweight string crypter library for C++11+☆764Updated 4 years ago
- Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes☆338Updated 3 years ago
- Anti-cheat library for Windows C++☆462Updated 2 years ago
- COFF and Portable Executable format described using standard C++ with no dependencies.☆320Updated 2 months ago
- C++20, x86/x64 Hooking Libary v2.0☆1,726Updated last week
- CMake module for building drivers with Windows Development Kit (WDK)☆299Updated 3 weeks ago
- MemoryModule which compatible with Win32 API and support exception handling☆413Updated 5 months ago
- Principled, lightweight C/C++ PE parser☆853Updated 7 months ago
- Literally, the perfect injector.☆939Updated 2 years ago
- A library for loading dll module bypassing windows PE loader from memory (x86/x64)☆555Updated last month
- Detours with just single dependency - NTDLL☆644Updated 2 years ago
- A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl☆1,244Updated last month
- Helper library for x86 programs that runs under WOW64 layer on x64 versions of Microsoft Windows operating systems.☆983Updated 2 years ago
- Manual mapping without creating any threads, with rw only access☆758Updated 5 years ago
- A series of increasingly complex programs demonstrating function hooking on 64 bit Windows. Culminating in a program that hooks mspaint t…