awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to moloch--/denim

Open-source alternatives to Denim

21 open-source projects similar to moloch--/denim, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Denim alternative.

  • 3xpl01tc0d3r/obfuscator3

    3xpl01tc0d3r/Obfuscator

    0View on GitHub↗
    View on GitHub↗0
  • anerruption/logic.netA

    AnErrupTion/LoGiC.NET

    0View on GitHub↗
    View on GitHub↗0
  • binaryscary/net-obfuscateB

    BinaryScary/NET-Obfuscate

    0View on GitHub↗
    View on GitHub↗0
  • burrowers/garbleburrowers avatar

    burrowers/garble

    5,308View on GitHub↗

    Garble is an obfuscation tool for Go binaries. It transforms compiled Go programs by hashing identifiers, package paths, and filenames into short, opaque strings, making reverse engineering more difficult. The tool produces reproducible results from identical source and a user-supplied seed, enabling verifiable builds. Obfuscation can be restricted to only those packages that match user-defined patterns, leaving other parts of the codebase untouched. Constant string literals in the binary are replaced with runtime-resolved expressions to hide their original content. The tool integrates direct

    Gobinarybuildcode-obfuscator
    View on GitHub↗5,308
  • danielbohannon/invoke-dosfuscationD

    danielbohannon/Invoke-DOSfuscation

    0View on GitHub↗
    View on GitHub↗0
  • danielbohannon/invoke-obfuscationdanielbohannon avatar

    danielbohannon/Invoke-Obfuscation

    4,201View on GitHub↗

    Invoke-Obfuscation is a PowerShell-based tool for transforming PowerShell commands and scripts into obfuscated forms to evade signature-based detection. It applies token-level, string-level, and encoding techniques to hide execution logic, and supports compressing commands before obfuscation to reduce size while concealing the original code. The tool distinguishes itself through layered obfuscation that can be applied and reversed one layer at a time, allowing users to restore a script's original form. It offers multiple encoding schemes including ASCII, hex, octal, binary, and XOR, and can h

    PowerShell
    View on GitHub↗4,201

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • egebalci/sgnEgeBalci avatar

    EgeBalci/sgn

    1,972View on GitHub↗

    Shikata ga nai (仕方がない) encoder ported into go with several improvements

    Go
    View on GitHub↗1,972
  • flangvik/rosfuscatorF

    Flangvik/RosFuscator

    0View on GitHub↗
    View on GitHub↗0
  • getrektboy724/betterxencryptG

    GetRektBoy724/BetterXencrypt

    0View on GitHub↗
    View on GitHub↗0
  • javascript-obfuscator/javascript-obfuscatorjavascript-obfuscator avatar

    javascript-obfuscator/javascript-obfuscator

    16,129View on GitHub↗

    This project is a JavaScript code protection tool designed to transform source code into a version that is difficult for humans to read. Its primary purpose is to protect intellectual property and prevent reverse engineering by altering the original program logic. The tool employs several advanced techniques to hinder analysis, including control flow flattening and the injection of dead code. It can compile functions into custom bytecode executed by an embedded virtual machine and encrypt string literals to prevent static analysis of text. Additional capabilities include anti-debugging mecha

    TypeScript
    View on GitHub↗16,129
  • joelgmsec/invoke-stealthJoelGMSec avatar

    JoelGMSec/Invoke-Stealth

    591View on GitHub↗
    PowerShellchimeraobfuscatorpowershell
    View on GitHub↗591
  • justasmasiulis/xorstrJustasMasiulis avatar

    JustasMasiulis/xorstr

    1,434View on GitHub↗

    heavily vectorized c++17 compile time string encryption.

    C++compile-timecppcpp17
    View on GitHub↗1,434
  • klezvirus/chameleonK

    klezVirus/chameleon

    0View on GitHub↗
    View on GitHub↗0
  • meme/hellscapeM

    meme/hellscape

    0View on GitHub↗
    View on GitHub↗0
  • mgeeky/visualbasicobfuscatorM

    mgeeky/VisualBasicObfuscator

    0View on GitHub↗
    View on GitHub↗0
  • notprab/.net-obfuscatorNotPrab avatar

    NotPrab/.NET-Obfuscator

    1,460View on GitHub↗
    Pythondotnetfreeobfuscation
    View on GitHub↗1,460
  • obfuscator-llvm/obfuscatorobfuscator-llvm avatar

    obfuscator-llvm/obfuscator

    4,359View on GitHub↗

    This project is an LLVM obfuscator compiler and machine code obfuscator designed to protect C++ applications from decompilation and static analysis. It functions as an LLVM pass framework that transforms intermediate representation into complex machine code to prevent the reverse engineering of program logic. The tool implements binary security hardening and anti-reverse engineering measures to protect intellectual property. It achieves this by modifying the compilation pipeline to hide original control flow and data structures. The transformation process includes control-flow flattening, th

    View on GitHub↗4,359
  • scrt/avcleanerscrt avatar

    scrt/avcleaner

    1,069View on GitHub↗

    C/C++ source obfuscator for antivirus bypass

    C
    View on GitHub↗1,069
  • unixpickle/gobfuscateunixpickle avatar

    unixpickle/gobfuscate

    1,574View on GitHub↗

    Obfuscate Go binaries and packages

    Go
    View on GitHub↗1,574
  • xforcered/invisibilitycloakxforcered avatar

    xforcered/InvisibilityCloak

    429View on GitHub↗

    Proof-of-concept obfuscation toolkit for C# post-exploitation tools. This will perform the below actions for a C# visual studio project.

    Python
    View on GitHub↗429
  • xoreaxeaxeax/movfuscatorxoreaxeaxeax avatar

    xoreaxeaxeax/movfuscator

    10,132View on GitHub↗

    Movfuscator is an obfuscating compiler that transforms C source code into x86 machine code consisting exclusively of move instructions. It implements all program logic, arithmetic, and control flow using a move-only instruction set to hide the execution path and prevent reverse engineering. The project includes a move-only library that performs double precision floating point calculations without using native floating point instructions. It also features a translator that converts these move-only binaries into restricted data transfers and indexed addressing for compatibility with RISC archit

    C
    View on GitHub↗10,132