awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to binref/refinery

Open-source alternatives to Refinery

30 open-source projects similar to binref/refinery, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Refinery alternative.

  • corkami/picscorkami 的头像

    corkami/pics

    11,464在 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
    在 GitHub 上查看↗11,464
  • crytic/slithercrytic 的头像

    crytic/slither

    6,141在 GitHub 上查看↗
    Pythonethereumsoliditystatic-analysis
    在 GitHub 上查看↗6,141
  • lauriewired/ghidramcpLaurieWired 的头像

    LaurieWired/GhidraMCP

    7,649在 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
    在 GitHub 上查看↗7,649
  • 0xd4d/dnspy0xd4d 的头像

    0xd4d/dnSpy

    29,539在 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#
    在 GitHub 上查看↗29,539

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • angr/angrangr 的头像

    angr/angr

    8,898在 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
    在 GitHub 上查看↗8,898
  • avast-tl/retdecavast-tl 的头像

    avast-tl/retdec

    8,556在 GitHub 上查看↗

    Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n

    C++
    在 GitHub 上查看↗8,556
  • advanced-threat-research/dotdumperA

    advanced-threat-research/DotDumper

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bootleg/ret-syncbootleg 的头像

    bootleg/ret-sync

    2,349在 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
    在 GitHub 上查看↗2,349
  • ajpc500/relayrumblerA

    ajpc500/RelayRumbler

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • buzzer-re/shinigamiB

    buzzer-re/Shinigami

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • can1357/novmpcan1357 的头像

    can1357/NoVmp

    2,144在 GitHub 上查看↗

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

    C++devirtualizationvmprotectvtil
    在 GitHub 上查看↗2,144
  • carbonblack/bineeC

    carbonblack/binee

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • certcc/kaijuC

    certcc/kaiju

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • cisco-talos/ghidaC

    Cisco-Talos/GhIDA

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • comsecuris/gdbidaC

    Comsecuris/gdbida

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bohops/rogueassemblyhunterB

    bohops/RogueAssemblyHunter

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • comsecuris/gdbghidraC

    Comsecuris/gdbghidra

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • cisco-talos/ghidraaasC

    Cisco-Talos/Ghidraaas

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • binaryanalysisplatform/bapBinaryAnalysisPlatform 的头像

    BinaryAnalysisPlatform/bap

    2,239在 GitHub 上查看↗

    Binary Analysis Platform

    OCaml
    在 GitHub 上查看↗2,239
  • darthton/blackboneDarthTon 的头像

    DarthTon/Blackbone

    5,431在 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++
    在 GitHub 上查看↗5,431
  • dr4k0nia/unscramblerD

    dr4k0nia/Unscrambler

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dragon-dreamer/binary-valentineD

    dragon-dreamer/binary-valentine

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • e-m-b-a/embae-m-b-a 的头像

    e-m-b-a/emba

    3,511在 GitHub 上查看↗

    EMBA - EMBEDDED LINUX ANALYZER

    Shell
    在 GitHub 上查看↗3,511
  • endgameinc/xoriE

    endgameinc/xori

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • enkomio/shedE

    enkomio/shed

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fernandodoming/r2diaphoraF

    FernandoDoming/r2diaphora

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fireeye/capafireeye 的头像

    fireeye/capa

    6,062在 GitHub 上查看↗

    capa is a static analysis tool that scans executable files to identify what a program can do, detecting capabilities such as API calls, byte sequences, and structural patterns without executing the code. It supports multiple file formats including PE, ELF, .NET, and shellcode, and can also process runtime behavior traces from sandbox reports generated by CAPE, DRAKVUF, or VMRay. The tool integrates directly with reverse engineering environments through plugins for IDA Pro and Ghidra, allowing analysts to view capability matches and author detection rules within their disassembler of choice. C

    Python
    在 GitHub 上查看↗6,062
  • fireeye/capa-rulesF

    fireeye/capa-rules

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fireeye/flare-flossfireeye 的头像

    fireeye/flare-floss

    4,054在 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
    在 GitHub 上查看↗4,054
  • air14/hyperhideAir14 的头像

    Air14/HyperHide

    1,607在 GitHub 上查看↗

    Hypervisor based anti anti debug plugin for x64dbg

    C++anti-debuganti-debuggingdebugging
    在 GitHub 上查看↗1,607