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

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

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

1 مستودع

Awesome GitHub RepositoriesZombie Object Tracking

Detection of invalid memory access by recording addresses of deallocated objects.

Distinct from Object Detection and Tracking: Focuses specifically on tracking deallocated 'zombie' objects rather than general object trajectory or detection in images

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Zombie Object Tracking. Refine with filters or upvote what's useful.

Awesome Zombie Object Tracking GitHub Repositories

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

    kstenerud/KSCrash

    4,462عرض على GitHub↗

    KSCrash is a C++ crash reporting library and remote reporting framework designed to capture application crashes and signals. It functions as an async-safe crash reporter that traps exceptions and deadlocks to ensure reports are generated during critical failures. The system includes a memory diagnostics tool for tracking memory pressure and identifying zombie objects to diagnose memory-related terminations. It also features a symbol demangling tool that converts mangled C++ and Swift function names into human-readable strings for stack trace analysis. The project provides comprehensive monit

    Records deallocated object addresses to detect dangling pointers and memory corruption during runtime.

    Objective-C
    عرض على GitHub↗4,462
  1. Home
  2. Artificial Intelligence & ML
  3. Computer Vision Systems
  4. Computer Vision
  5. Object Detection and Tracking
  6. Zombie Object Tracking