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

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

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

1 个仓库

Awesome GitHub RepositoriesExecution Address Randomizers

Tools that randomize the entry point or starting address of a program to uncover memory corruption and unstable pointers.

Distinct from Program Address Declarations: Distinct from address derivation schemes used in cryptography or on-chain program declarations; this is a debugging technique for memory bug detection.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Execution Address Randomizers. Refine with filters or upvote what's useful.

Awesome Execution Address Randomizers GitHub Repositories

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

    epasveer/seer

    3,351在 GitHub 上查看↗

    Seer is a graphical frontend for GDB that provides a visual interface for inspecting variables, managing breakpoints, and stepping through code. It functions as a low-level debugger visualizer with specialized tools for call stack inspection and register visualization. The project distinguishes itself by integrating low-level program analysis directly into the visual experience, featuring a synchronized assembly overlay that maps CPU registers and assembly instructions to source code lines. It also includes memory bug detection capabilities by randomizing the program starting address during t

    Randomizes the program starting address to help identify memory-related bugs during the debugging process.

    C++cppdebugdebugger
    在 GitHub 上查看↗3,351
  1. Home
  2. Operating Systems & Systems Programming
  3. Execution Address Randomizers