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

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

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

3 个仓库

Awesome GitHub RepositoriesWindows x64 Debuggers

Debuggers specialized for native x64 Windows applications, supporting multi-process sessions and custom debug formats.

Distinct from Binary Debuggers: Distinct from general Binary Debuggers: specifically targets native x64 Windows applications with multi-process session support and a custom debug format for fast symbol loading.

Explore 3 awesome GitHub repositories matching development tools & productivity · Windows x64 Debuggers. Refine with filters or upvote what's useful.

Awesome Windows x64 Debuggers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • epicgamesext/raddebuggerEpicGamesExt 的头像

    EpicGamesExt/raddebugger

    7,138在 GitHub 上查看↗

    Raddebugger is a native Windows x64 debugger that also functions as a high-speed PE/COFF linker and a PDB/DWARF debug information converter. It combines these three capabilities into a single development tool aimed at inspecting and controlling native x64 Windows applications, with the ability to attach to multiple processes simultaneously within one session. The debugger is built around a custom binary debug format that converts standard PDB and DWARF symbols into a compact representation for fast loading and minimal memory overhead. It includes a fuzzy symbol search engine for locating func

    A debugger for native x64 Windows applications that supports multiple simultaneous processes and uses a custom binary format for fast debug info loading.

    C
    在 GitHub 上查看↗7,138
  • 0xz0f/z0fcourse_reverseengineering0xZ0F 的头像

    0xZ0F/Z0FCourse_ReverseEngineering

    5,852在 GitHub 上查看↗

    本项目是一个结构化的课程和教学指南,专注于 x64 Windows 逆向工程。它提供了一套通过学习汇编语言和操作系统内部原理来分析和反编译 Windows 二进制文件的课程。 该材料涵盖 Windows 二进制分析和恶意软件分析,特别侧重于解释 x64 机器码以恢复原始程序逻辑。它引导用户完成追踪程序行为和记录函数调用的过程,以了解二进制文件如何运行。 技术范围包括汇编级反编译、调试器驱动的状态检查和动态调用追踪。它还涵盖了基于指令的分析、Windows API Hooking 以及 x64 寄存器映射,以监控软件如何与系统交互。

    Teaches how to analyze x64 executable files specifically for the Windows operating system.

    C++
    在 GitHub 上查看↗5,852
  • mentebinaria/retoolkitmentebinaria 的头像

    mentebinaria/retoolkit

    5,222在 GitHub 上查看↗

    Retoolkit is a reverse engineering tool orchestrator and malware analysis environment provisioner for Windows. It functions as a binary analysis workflow automator that installs and configures the specialized software toolchains required for security research. The project manages the execution and lifecycle of standalone analysis binaries through a registry-based Windows shell context menu. This integration allows users to launch external tools directly from the file system right-click menu by passing selected file paths as command line arguments to third-party executables. The system covers

    Prepares workstations for the study of compiled executable files and system processes on Windows.

    Inno Setupinno-setupmalware-analysisreverse-engineering
    在 GitHub 上查看↗5,222
  1. Home
  2. Development Tools & Productivity
  3. Binary Debuggers
  4. Windows x64 Debuggers

探索子标签

  • Binary AnalysisThe study of compiled executable files to understand their internal logic and behavior. **Distinct from Windows x64 Debuggers:** Broadens the scope from just using debuggers to the general analysis of binary logic.