awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesAddress Randomization Tools

Tools that randomize program entry points or memory layouts to uncover unstable pointers and memory corruption bugs.

Distinct from Memory Address Mapping: None of the candidates cover memory-corruption detection via address randomization; they focus on coordinate mapping or relative offsets.

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

Awesome Address Randomization Tools GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • epasveer/seerالصورة الرمزية لـ epasveer

    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

    Implements program start address randomization to help identify memory-related bugs during the debugging process.

    C++cppdebugdebugger
    عرض على GitHub↗3,351
  1. Home
  2. Operating Systems & Systems Programming
  3. Address Randomization Tools

استكشف الوسوم الفرعية

  • Library Address LeakingsExtracts memory addresses from processes to calculate library base locations and bypass ASLR. **Distinct from Address Randomization Tools:** Distinct from Address Randomization Tools: focuses on the act of leaking addresses rather than the randomization mechanism.