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 unipacker/unipacker

Projects sharing features with Unipacker

30 open-source projects similar to unipacker/unipacker, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 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
  • 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
  • col-e/recafCol-E avatar

    Col-E/Recaf

    7,252View on GitHub↗

    Recaf is a suite of specialized tools for assembling, editing, deobfuscating, decompiling, and instrumenting Java bytecode and runtime processes. It provides a coordinated environment for modifying compiled Java class files and analyzing the behavior of Java applications. The project distinguishes itself through a multi-level abstraction layer that allows for editing across different formats and a pluggable framework that routes bytecode through multiple configurable decompilation engines. It includes an embedded scripting engine and plugin architecture to automate repetitive tasks and extend

    Java
    View on GitHub↗7,252

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
  • lauriewired/ghidramcpLaurieWired avatar

    LaurieWired/GhidraMCP

    7,649View on GitHub↗

    GhidraMCP is a Model Context Protocol server that exposes Ghidra binary analysis and decompilation functions to external intelligence models. It acts as a bridge that connects the Ghidra reverse engineering suite to external tools through a standardized communication protocol, facilitating automated reverse engineering and software auditing. The project enables the extraction of decompiled code and program structural data to populate the context windows of language models. It features a binary symbol management tool capable of dynamic symbol resolution, allowing method and data names to be up

    Java
    View on GitHub↗7,649
  • horsicq/detect-it-easyhorsicq avatar

    horsicq/Detect-It-Easy

    10,266View on GitHub↗

    Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and packers. It functions as a binary file identifier that utilizes signature matching and heuristic analysis to identify executable and archive formats. The project includes a custom file signature engine and a scriptable rule system for defining and applying detection logic to identify specific binary patterns. It features specialized detectors for Android packages, such as APK and DEX files, and a malware packer detector to identify protections, obfuscators, and virus families. T

    JavaScriptbinary-analysisdebuggerdetect
    View on GitHub↗10,266
  • 0xd4d/dnspy0xd4d avatar

    0xd4d/dnSpy

    29,539View on GitHub↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    View on GitHub↗29,539
  • corkami/picscorkami avatar

    corkami/pics

    11,464View on GitHub↗

    Pics is a comprehensive reference library providing visual documentation for binary file structures, character encodings, processor instruction sets, and hardware architecture maps. It serves as a centralized resource for the dissection and analysis of diverse binary formats, including executables, images, and archives. The project specializes in mapping complex specifications into visual layouts. This includes the creation of schematic diagrams to explain the physical and logical organization of hardware components and the maintenance of a catalog for processor opcodes across multiple hardwa

    Assembly
    View on GitHub↗11,464
  • crytic/slithercrytic avatar

    crytic/slither

    6,141View on GitHub↗
    Pythonethereumsoliditystatic-analysis
    View on GitHub↗6,141
  • angr/angrangr avatar

    angr/angr

    8,898View on GitHub↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    View on GitHub↗8,898
  • darthton/blackboneDarthTon avatar

    DarthTon/Blackbone

    5,431View on GitHub↗

    Blackbone is a collection of specialized tools for memory scanning, process injection, and kernel-driver interfaces used to manipulate the Windows execution environment. It provides a framework for executing remote code, mapping portable executable images, and managing threads across different process boundaries. The project includes a kernel memory driver to access kernel memory and modify handle rights to hide allocations from user-mode detection. It also features a library for intercepting function calls in remote processes using software interrupts and hardware breakpoints. The toolkit c

    C++
    View on GitHub↗5,431
  • bootleg/ret-syncbootleg avatar

    bootleg/ret-sync

    2,349View on GitHub↗

    ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.

    C
    View on GitHub↗2,349
  • bromiumlabs/packerattackerBromiumLabs avatar

    BromiumLabs/PackerAttacker

    275View on GitHub↗

    C++ application that uses memory and code hooks to detect packers

    C++
    View on GitHub↗275
  • buzzer-re/shinigamiB

    buzzer-re/Shinigami

    0View on GitHub↗
    View on GitHub↗0
  • can1357/novmpcan1357 avatar

    can1357/NoVmp

    2,144View on GitHub↗

    A static devirtualizer for VMProtect x64 3.x. powered by VTIL.

    C++devirtualizationvmprotectvtil
    View on GitHub↗2,144
  • ajpc500/relayrumblerA

    ajpc500/RelayRumbler

    0View on GitHub↗
    View on GitHub↗0
  • bohops/rogueassemblyhunterB

    bohops/RogueAssemblyHunter

    0View on GitHub↗
    View on GitHub↗0
  • binref/refineryB

    binref/refinery

    0View on GitHub↗
    View on GitHub↗0
  • air14/hyperhideAir14 avatar

    Air14/HyperHide

    1,607View on GitHub↗

    Hypervisor based anti anti debug plugin for x64dbg

    C++anti-debuganti-debuggingdebugging
    View on GitHub↗1,607
  • cisco-talos/ghidraaasC

    Cisco-Talos/Ghidraaas

    0View on GitHub↗
    View on GitHub↗0
  • comsecuris/gdbghidraC

    Comsecuris/gdbghidra

    0View on GitHub↗
    View on GitHub↗0
  • comsecuris/gdbidaC

    Comsecuris/gdbida

    0View on GitHub↗
    View on GitHub↗0
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0View on GitHub↗

    GhIDA is an IDA Pro plugin that integrates the Ghidra decompiler in IDA.

    View on GitHub↗0
  • binaryanalysisplatform/bapBinaryAnalysisPlatform avatar

    BinaryAnalysisPlatform/bap

    2,239View on GitHub↗

    Binary Analysis Platform

    OCaml
    View on GitHub↗2,239
  • certcc/kaijuC

    certcc/kaiju

    0View on GitHub↗
    View on GitHub↗0
  • dr4k0nia/unscramblerD

    dr4k0nia/Unscrambler

    0View on GitHub↗
    View on GitHub↗0
  • dragon-dreamer/binary-valentineD

    dragon-dreamer/binary-valentine

    0View on GitHub↗
    View on GitHub↗0
  • e-m-b-a/embae-m-b-a avatar

    e-m-b-a/emba

    3,511View on GitHub↗

    EMBA - EMBEDDED LINUX ANALYZER

    Shell
    View on GitHub↗3,511
  • endgameinc/xoriE

    endgameinc/xori

    0View on GitHub↗
    View on GitHub↗0
  • enkomio/shedE

    enkomio/shed

    0View on GitHub↗
    View on GitHub↗0
  • carbonblack/bineeC

    carbonblack/binee

    0View on GitHub↗
    View on GitHub↗0