C++ obfuscate-string Projects
-
Obfuscate
Guaranteed compile-time string literal obfuscation header-only library for C++14 (by adamyaxley)
-
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.
-
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
C++ obfuscate-strings discussion
C++ obfuscate-strings related posts
Index
# | Project | Stars |
---|---|---|
1 | Obfuscate | 1,110 |
2 | llvm-string-obfuscator | 259 |