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
cellebrite-srl avatar

cellebrite-srl/FunctionInliner

0
View on GitHub↗
226 stars·10 forks·C·GPL-3.0·5 views

FunctionInliner

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).

Features

  • Binary Analysis Tools - IDA Pro plugin for inlining functions during analysis.

Star history

Star history chart for cellebrite-srl/functioninlinerStar history chart for cellebrite-srl/functioninliner

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to FunctionInliner

Similar open-source projects, ranked by how many features they share with FunctionInliner.
  • 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
  • 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
See all 30 alternatives to FunctionInliner→

Frequently asked questions

What does cellebrite-srl/functioninliner do?

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).

What are the main features of cellebrite-srl/functioninliner?

The main features of cellebrite-srl/functioninliner are: Binary Analysis Tools.

What are some open-source alternatives to cellebrite-srl/functioninliner?

Open-source alternatives to cellebrite-srl/functioninliner include: aidansteele/osx-abi-macho-file-format-reference. airbus-seclab/bincat — Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction,… anatolikalysch/vmattack. angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It…