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

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

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

silverf0x/RpcView

0
View on GitHub↗
1,056 星标·256 分支·C++·GPL-3.0·5 次浏览

RpcView

RpcView is a free tool to explore and decompile Microsoft RPC interfaces

Features

  • Decompilers - Tool for exploring and decompiling Microsoft RPC interfaces.
  • Reverse Engineering Tools - Tool for exploring and decompiling Microsoft RPC interfaces.

Star 历史

silverf0x/rpcview 的 Star 历史图表silverf0x/rpcview 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

常见问题解答

silverf0x/rpcview 是做什么的?

RpcView is a free tool to explore and decompile Microsoft RPC interfaces

silverf0x/rpcview 的主要功能有哪些?

silverf0x/rpcview 的主要功能包括:Decompilers, Reverse Engineering Tools。

silverf0x/rpcview 有哪些开源替代品?

silverf0x/rpcview 的开源替代品包括: rocky/python-uncompyle6 — python-uncompyle6 is a Python bytecode decompiler and reverse engineering tool designed to convert compiled bytecode… storyyeller/krakatau — Krakatau provides an assembler and disassembler for Java bytecode, which allows you to convert binary classfiles to a… deathmarine/luyten — Luyten is an open source Java decompiler and bytecode analyzer designed to transform compiled class files back into… java-decompiler/jd-gui — This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It… skylot/jadx — Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable… alonemonkey/iosrebook.

RpcView 的开源替代方案

相似的开源项目,按与 RpcView 的功能重合度排序。
  • java-decompiler/jd-guijava-decompiler 的头像

    java-decompiler/jd-gui

    15,024在 GitHub 上查看↗

    This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It functions as a graphical interface that translates Java bytecode back into readable source code, allowing users to examine the internal logic of class files and archives when original source files are unavailable. The tool provides a structured environment for navigating complex file hierarchies, including nested archives like JAR and WAR files. By maintaining an in-memory representation of loaded classes, it enables rapid searching and cross-referencing of code elements. The ap

    Java
    在 GitHub 上查看↗15,024
  • rocky/python-uncompyle6rocky 的头像

    rocky/python-uncompyle6

    4,302在 GitHub 上查看↗

    python-uncompyle6 is a Python bytecode decompiler and reverse engineering tool designed to convert compiled bytecode files back into human-readable source code. It functions as a source code recoverer and bytecode disassembler, allowing for the analysis of internal program logic and the reconstruction of original language constructs. The tool provides cross-version support, enabling the analysis and recovery of source code from bytecode created across multiple different versions of the Python interpreter. This allows it to operate as a cross-version bytecode analyzer that can interpret varied

    Python
    在 GitHub 上查看↗4,302
  • deathmarine/luytendeathmarine 的头像

    deathmarine/Luyten

    5,105在 GitHub 上查看↗

    Luyten is an open source Java decompiler and bytecode analyzer designed to transform compiled class files back into high-level source code. It functions as a graphical user interface for the Procyon decompilation engine, allowing for the inspection and recovery of program logic from Java bytecode. The tool provides capabilities for Java reverse engineering and legacy code analysis, enabling the examination of third-party applications or libraries when original source code is unavailable. The system includes a desktop interface for browsing class hierarchies, recursive classpath scanning to

    Java
    在 GitHub 上查看↗5,105
  • skylot/jadxskylot 的头像

    skylot/jadx

    49,088在 GitHub 上查看↗

    Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable source code. It functions as a static analysis workbench, providing a graphical interface for navigating, searching, and inspecting the internal logic of complex software packages. By utilizing a bytecode-to-Java pipeline, the project reconstructs high-level logical structures from low-level binary instructions, making it a primary tool for Android application reverse engineering. The project distinguishes itself through a sophisticated control flow reconstruction engine and

    Javaandroiddecompilerdex
    在 GitHub 上查看↗49,088
  • 查看 RpcView 的所有 30 个替代方案→