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

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

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

Open-source alternatives to FREedom

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

  • dotnet/benchmarkdotnetdotnet 的头像

    dotnet/BenchmarkDotNet

    11,428在 GitHub 上查看↗

    BenchmarkDotNet is a library and tool suite for measuring the execution time and memory allocation of .NET code. It utilizes statistical sampling and warm-up iterations to determine the stability and precise execution speed of specific methods. The project provides a JIT disassembly viewer to inspect processor disassembly and analyze how the compiler executes code paths. It includes a memory allocation profiler that tracks managed and native memory traffic to identify efficiency bottlenecks. Additionally, a runtime performance comparator allows the same benchmarks to be executed across differ

    C#benchmarkbenchmarkingc-sharp
    在 GitHub 上查看↗11,428
  • 0xd4d/iced0

    0xd4d/iced

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • aidansteele/osx-abi-macho-file-format-referenceaidansteele 的头像

    aidansteele/osx-abi-macho-file-format-reference

    878在 GitHub 上查看↗
    abiapplemach-o
    在 GitHub 上查看↗878
  • airbus-seclab/bincatairbus-seclab 的头像

    airbus-seclab/bincat

    1,858在 GitHub 上查看↗

    Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection

    OCaml
    在 GitHub 上查看↗1,858
  • anatolikalysch/vmattackA

    anatolikalysch/VMAttack

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • 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
  • aquynh/capstoneaquynh 的头像

    aquynh/capstone

    8,839在 GitHub 上查看↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    C
    在 GitHub 上查看↗8,839
  • avast/retdec-idapluginavast 的头像

    avast/retdec-idaplugin

    799在 GitHub 上查看↗

    RetDec plugin for IDA (Interactive Disassembler).

    C++
    在 GitHub 上查看↗799
  • binaryanalysisplatform/bapBinaryAnalysisPlatform 的头像

    BinaryAnalysisPlatform/bap

    2,239在 GitHub 上查看↗

    Binary Analysis Platform

    OCaml
    在 GitHub 上查看↗2,239
  • binsigma/binsourcererB

    BinSigma/BinSourcerer

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • blacktop/ipswblacktop 的头像

    blacktop/ipsw

    3,163在 GitHub 上查看↗

    ipsw is a specialized toolkit for iOS firmware analysis, binary reverse engineering, and hardware interaction. It provides a suite of tools for downloading, extracting, and analyzing firmware images and kernel caches, alongside a MachO binary analysis tool for disassembling and patching executables. The project distinguishes itself through integrated language-model-powered code reconstruction to translate machine code into high-level source code. It also features an automation client for the App Store Connect API to manage certificates and application settings. The framework covers a broad r

    Goappleclass-dumpdyld
    在 GitHub 上查看↗3,163
  • bontchev/pcodedmpB

    bontchev/pcodedmp

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • c0demap/codemapC

    c0demap/codemap

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • cellebrite-srl/functioninlinercellebrite-srl 的头像

    cellebrite-srl/FunctionInliner

    226在 GitHub 上查看↗

    FunctionInliner is an IDA plugin that can be used to ease the reversing of binaries that have been space-optimized with function outlining (e.g. clang --moutline).

    C
    在 GitHub 上查看↗226
  • cellebrite-srl/pacxplorercellebrite-srl 的头像

    cellebrite-srl/PacXplorer

    154在 GitHub 上查看↗

    PacXplorer is an IDA plugin that adds XREFs between virtual functions and their call sites. This is accomplished by leveraging PAC codes in ARM64e binaries. 1. install ida-nentode somewhere IDA can import it 2. clone the repository and symlink ~/.idapro/plugins/pacxplorer.py to pacxplorer.py in…

    Python
    在 GitHub 上查看↗154
  • cisco-talos/dyndataresolverC

    Cisco-Talos/DynDataResolver

    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
  • corelan/monacorelan 的头像

    corelan/mona

    1,869在 GitHub 上查看↗

    Corelan Repository for mona.py

    Python
    在 GitHub 上查看↗1,869
  • cxnder/bn-dyldsharedcacheC

    cxnder/bn-dyldsharedcache

    0在 GitHub 上查看↗

    Author: cynder (kat)

    在 GitHub 上查看↗0
  • cxnder/ktoolcxnder 的头像

    cxnder/ktool

    519在 GitHub 上查看↗

    MachO/ObjC Analysis Editing toolkit.

    Python
    在 GitHub 上查看↗519
  • danigargu/heap-viewerD

    danigargu/heap-viewer

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • das-labor/panopticondas-labor 的头像

    das-labor/panopticon

    1,443在 GitHub 上查看↗

    A libre cross-platform disassembler.

    Rust
    在 GitHub 上查看↗1,443
  • dloss/binary-parsingD

    dloss/binary-parsing

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dubuqingfeng/ollydbg-scriptD

    dubuqingfeng/ollydbg-script

    0在 GitHub 上查看↗

    ` git clone https://github.com/dubuqingfeng/ollydbg-script.git `

    在 GitHub 上查看↗0
  • elisezerotwo/iboot-binja-loaderEliseZeroTwo 的头像

    EliseZeroTwo/iBoot-Binja-Loader

    35在 GitHub 上查看↗

    Binary Ninja Loader for iBoot & SecureROM

    Python
    在 GitHub 上查看↗35
  • ffri/packerdetectiontoolevaluationFFRI 的头像

    FFRI/PackerDetectionToolEvaluation

    14在 GitHub 上查看↗

    We evaluated two packer type estimation/detection tools (pypeid and Detect It Easy (DIE)) to fix this issue.

    Python
    在 GitHub 上查看↗14
  • fireeye/flare-emuF

    fireeye/flare-emu

    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
  • gdabah/distormgdabah 的头像

    gdabah/distorm

    1,336在 GitHub 上查看↗

    Powerful Disassembler Library For x86/AMD64

    Cdisassemblerdisassembler-distormdisassembler-library
    在 GitHub 上查看↗1,336
  • gdbinit/machoviewgdbinit 的头像

    gdbinit/MachOView

    2,864在 GitHub 上查看↗

    MachOView fork

    C
    在 GitHub 上查看↗2,864

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search