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

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

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

wisk/medusa

0
View on GitHub↗
1,086 星标·93 分支·C++·5 次浏览

Medusa

An open source interactive disassembler

Features

  • Disassemblers - Interactive open-source disassembler.
  • Reverse Engineering Tools - Cross-platform interactive disassembler for binary analysis.

Star 历史

wisk/medusa 的 Star 历史图表wisk/medusa 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

wisk/medusa 是做什么的?

An open source interactive disassembler

wisk/medusa 的主要功能有哪些?

wisk/medusa 的主要功能包括:Disassemblers, Reverse Engineering Tools。

wisk/medusa 有哪些开源替代品?

wisk/medusa 的开源替代品包括: dotnet/benchmarkdotnet — BenchmarkDotNet is a library and tool suite for measuring the execution time and memory allocation of .NET code. It… 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… 0xd4d/iced. 0xnobody/vmpattack. 0xnobody/vmpdump — A dynamic VMP dumper and import fixer, powered by VTIL. 0xd4d/de4dot — de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers,…

Medusa 的开源替代方案

相似的开源项目,按与 Medusa 的功能重合度排序。
  • 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/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
  • 0xd4d/iced0

    0xd4d/iced

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • 0xd4d/de4dot0xd4d 的头像

    0xd4d/de4dot

    7,426在 GitHub 上查看↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    C#
    在 GitHub 上查看↗7,426
查看 Medusa 的所有 30 个替代方案→