C++ Obfuscation

Open-source C++ projects categorized as Obfuscation

Top 8 C++ Obfuscation Projects

Obfuscation
  1. lazy_importer

    library for importing functions from dlls in a hidden, reverse engineer unfriendly way

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

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

  4. inline_syscall

    Inline syscalls made easy for windows on clang

  5. obfuscator

    PE bin2bin obfuscator (by es3n1n)

  6. ropfuscator

    ROPfuscator is a fine-grained code obfuscation framework for C/C++ programs using ROP (return-oriented programming).

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

  8. peekaboo

    Simple undetectable shellcode and code injector launcher example. Inspired by RTO malware development course.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. 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.

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++ Obfuscation discussion

Log in or Post with

C++ Obfuscation related posts

  • Hacking 700M Electronic Arts Accounts

    1 project | news.ycombinator.com | 5 Nov 2024
  • Show HN: ROPfuscator – ROP Obfuscator

    1 project | news.ycombinator.com | 29 May 2023
  • ROPfuscator: ROP Obfuscator

    1 project | news.ycombinator.com | 9 May 2023
  • Ropfuscator: ROPfuscator is a fine-grained code obfuscation framework for C/C++ programs using ROP (return-oriented programming).

    1 project | /r/blueteamsec | 24 Mar 2023

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

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

Did you know that C++ is
the 7th most popular programming language
based on number of references?