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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to bromiumlabs/packerattacker

Open-source alternatives to PackerAttacker

10 open-source projects similar to bromiumlabs/packerattacker, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PackerAttacker alternative.

  • 0xd4d/de4dot0xd4d avatar

    0xd4d/de4dot

    7,426View on GitHub↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    C#
    View on GitHub↗7,426
  • extremecoders-re/pyinstxtractorextremecoders-re avatar

    extremecoders-re/pyinstxtractor

    4,119View on GitHub↗

    pyinstxtractor is a PyInstaller executable unpacker and Python bytecode recovery tool. It functions as a helper for decompiling compiled Python binaries by extracting bundled binaries and bytecode from executables created with PyInstaller. The project includes a bytecode decryptor to remove encryption from extracted files and a header repair tool that restores corrupted headers. These capabilities ensure that extracted compiled files are compatible with bytecode decompilation software. The utility covers reverse engineering of Python applications, supporting malware analysis workflows throug

    Pythondecompilepycpyc-files
    View on GitHub↗4,119
  • fireeye/flare-flossfireeye avatar

    fireeye/flare-floss

    4,054View on GitHub↗

    This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code. The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats. The s

    Python
    View on GitHub↗4,054

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
  • hellman/xortoolhellman avatar

    hellman/xortool

    1,483View on GitHub↗

    A tool to analyze multi-byte xor cipher

    Python
    View on GitHub↗1,483
  • hiddenillusion/nomorexorhiddenillusion avatar

    hiddenillusion/NoMoreXOR

    89View on GitHub↗

    Tool to help guess a files 256 byte XOR key by using frequency analysis

    Python
    View on GitHub↗89
  • jnraber/virtualdeobfuscatorjnraber avatar

    jnraber/VirtualDeobfuscator

    150View on GitHub↗

    Reverse engineering tool for virtualization wrappers

    Python
    View on GitHub↗150
  • malwaremusings/unpackermalwaremusings avatar

    malwaremusings/unpacker

    121View on GitHub↗

    Automated malware unpacker

    Python
    View on GitHub↗121
  • rocky/python-uncompyle6rocky avatar

    rocky/python-uncompyle6

    4,302View on GitHub↗

    python-uncompyle6 is a Python bytecode decompiler and reverse engineering tool designed to convert compiled bytecode files back into human-readable source code. It functions as a source code recoverer and bytecode disassembler, allowing for the analysis of internal program logic and the reconstruction of original language constructs. The tool provides cross-version support, enabling the analysis and recovery of source code from bytecode created across multiple different versions of the Python interpreter. This allows it to operate as a cross-version bytecode analyzer that can interpret varied

    Python
    View on GitHub↗4,302
  • tomchop/unxortomchop avatar

    tomchop/unxor

    146View on GitHub↗

    unXOR will search a XORed file and try to guess the key using known-plaintext attacks.

    Python
    View on GitHub↗146
  • unipacker/unipackerunipacker avatar

    unipacker/unipacker

    757View on GitHub↗

    Automatic and platform-independent unpacker for Windows binaries based on emulation

    Python
    View on GitHub↗757