1 مستودع
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.
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.