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

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

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

cellebrite-srl/FunctionInliner

0
View on GitHub↗
226 星标·10 分支·C·GPL-3.0·2 次浏览

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

  • 二进制分析工具 - IDA Pro plugin for inlining functions during analysis.

Star 历史

cellebrite-srl/functioninliner 的 Star 历史图表cellebrite-srl/functioninliner 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

FunctionInliner 的开源替代方案

相似的开源项目,按与 FunctionInliner 的功能重合度排序。
  • 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
  • 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
查看 FunctionInliner 的所有 30 个替代方案→

常见问题解答

cellebrite-srl/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).

cellebrite-srl/functioninliner 的主要功能有哪些?

cellebrite-srl/functioninliner 的主要功能包括:二进制分析工具。

cellebrite-srl/functioninliner 有哪些开源替代品?

cellebrite-srl/functioninliner 的开源替代品包括: 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…