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 cseagle/freedom

Projects sharing features with FREedom

30 open-source projects similar to cseagle/freedom, 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.

  • dotnet/benchmarkdotnetdotnet avatar

    dotnet/BenchmarkDotNet

    11,428View on 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
    View on GitHub↗11,428
  • 0xd4d/iced0

    0xd4d/iced

    0View on GitHub↗
    View on GitHub↗0
  • aidansteele/osx-abi-macho-file-format-referenceaidansteele avatar

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

    878View on GitHub↗
    abiapplemach-o
    View on GitHub↗878
  • airbus-seclab/bincatairbus-seclab avatar

    airbus-seclab/bincat

    1,858View on GitHub↗

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

    OCaml
    View on GitHub↗1,858
  • anatolikalysch/vmattackA

    anatolikalysch/VMAttack

    0View on GitHub↗
    View on GitHub↗0

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
  • 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
  • aquynh/capstoneaquynh avatar

    aquynh/capstone

    8,839View on 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
    View on GitHub↗8,839
  • avast/retdec-idapluginavast avatar

    avast/retdec-idaplugin

    799View on GitHub↗

    RetDec plugin for IDA (Interactive Disassembler).

    C++
    View on GitHub↗799
  • binaryanalysisplatform/bapBinaryAnalysisPlatform avatar

    BinaryAnalysisPlatform/bap

    2,239View on GitHub↗

    Binary Analysis Platform

    OCaml
    View on GitHub↗2,239
  • binsigma/binsourcererB

    BinSigma/BinSourcerer

    0View on GitHub↗
    View on GitHub↗0
  • blacktop/ipswblacktop avatar

    blacktop/ipsw

    3,163View on 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
    View on GitHub↗3,163
  • bontchev/pcodedmpB

    bontchev/pcodedmp

    0View on GitHub↗
    View on GitHub↗0
  • c0demap/codemapC

    c0demap/codemap

    0View on GitHub↗
    View on GitHub↗0
  • cellebrite-srl/functioninlinercellebrite-srl avatar

    cellebrite-srl/FunctionInliner

    226View on 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
    View on GitHub↗226
  • cellebrite-srl/pacxplorercellebrite-srl avatar

    cellebrite-srl/PacXplorer

    154View on 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
    View on GitHub↗154
  • cisco-talos/dyndataresolverC

    Cisco-Talos/DynDataResolver

    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
  • corelan/monacorelan avatar

    corelan/mona

    1,869View on GitHub↗

    Corelan Repository for mona.py

    Python
    View on GitHub↗1,869
  • cxnder/bn-dyldsharedcacheC

    cxnder/bn-dyldsharedcache

    0View on GitHub↗

    Author: cynder (kat)

    View on GitHub↗0
  • cxnder/ktoolcxnder avatar

    cxnder/ktool

    519View on GitHub↗

    MachO/ObjC Analysis Editing toolkit.

    Python
    View on GitHub↗519
  • danigargu/heap-viewerD

    danigargu/heap-viewer

    0View on GitHub↗
    View on GitHub↗0
  • das-labor/panopticondas-labor avatar

    das-labor/panopticon

    1,443View on GitHub↗

    A libre cross-platform disassembler.

    Rust
    View on GitHub↗1,443
  • dloss/binary-parsingD

    dloss/binary-parsing

    0View on GitHub↗
    View on GitHub↗0
  • dubuqingfeng/ollydbg-scriptD

    dubuqingfeng/ollydbg-script

    0View on GitHub↗

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

    View on GitHub↗0
  • elisezerotwo/iboot-binja-loaderEliseZeroTwo avatar

    EliseZeroTwo/iBoot-Binja-Loader

    35View on GitHub↗

    Binary Ninja Loader for iBoot & SecureROM

    Python
    View on GitHub↗35
  • ffri/packerdetectiontoolevaluationFFRI avatar

    FFRI/PackerDetectionToolEvaluation

    14View on GitHub↗

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

    Python
    View on GitHub↗14
  • fireeye/flare-emuF

    fireeye/flare-emu

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • gdabah/distormgdabah avatar

    gdabah/distorm

    1,336View on GitHub↗

    Powerful Disassembler Library For x86/AMD64

    Cdisassemblerdisassembler-distormdisassembler-library
    View on GitHub↗1,336
  • gdbinit/machoviewgdbinit avatar

    gdbinit/MachOView

    2,864View on GitHub↗

    MachOView fork

    C
    View on GitHub↗2,864