C++ obfuscate-strings

Open-source C++ projects categorized as obfuscate-strings

C++ obfuscate-string Projects

obfuscate-strings
  1. Obfuscate

    Guaranteed compile-time string literal obfuscation header-only library for C++14 (by adamyaxley)

  2. 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.

    CodeRabbit logo
  3. llvm-string-obfuscator

    LLVM String Obfuscator

    Project mention: Hacking 700M Electronic Arts Accounts | news.ycombinator.com | 2024-11-05

    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

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ obfuscate-strings discussion

Log in or Post with

C++ obfuscate-strings related posts

Index

# Project Stars
1 Obfuscate 1,110
2 llvm-string-obfuscator 259

Sponsored
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.
coderabbit.ai