Top 8 C++ Obfuscation Projects
-
lazy_importer
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Obfuscate
Guaranteed compile-time string literal obfuscation header-only library for C++14 (by adamyaxley)
-
-
-
ropfuscator
ROPfuscator is a fine-grained code obfuscation framework for C/C++ programs using ROP (return-oriented programming).
-
There's at least one plugin for LLVM to obfuscate strings from binaries [1], and for Android there is DexGuard [2]. The general idea is to make life as difficult as possible for reverse engineers, crackers and whomever else - hardcoded stuff just showing up in "cat .binfile | strings" is about the first thing I do when investigating some random stuff, and there's tools like binwalk that can automatically do stuff like extracting PEM certificates and other easily identifiable content.
[1] https://github.com/tsarpaul/llvm-string-obfuscator
[2] https://www.guardsquare.com/dexguard
-
peekaboo
Simple undetectable shellcode and code injector launcher example. Inspired by RTO malware development course.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
ngPost
Command Line (or minimalist GUI) usenet poster for binaries developped in C++/QT designed to be as fast as possible and offer all the main features to post data easily and safely. Releases for Linux, Windows and MacOS are available.
C++ Obfuscation discussion
C++ Obfuscation related posts
Index
What are some of the best open-source Obfuscation projects in C++? This list will help you:
# | Project | Stars |
---|---|---|
1 | lazy_importer | 1,697 |
2 | Obfuscate | 1,137 |
3 | inline_syscall | 696 |
4 | obfuscator | 654 |
5 | ropfuscator | 424 |
6 | llvm-string-obfuscator | 259 |
7 | peekaboo | 241 |
8 | ngPost | 201 |