awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesNative Application Debugging

Analyzing memory corruption and timing issues in compiled native applications through execution recording.

Distinct from Native C++ Applications: Candidates focus on either the application type (C++) or high-level app debugging, not the specific domain of native debugging via record/replay.

Explore 6 awesome GitHub repositories matching operating systems & systems programming · Native Application Debugging. Refine with filters or upvote what's useful.

Awesome Native Application Debugging GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • tencent/matrixTencent का अवतार

    Tencent/matrix

    12,020GitHub पर देखें↗

    Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based monitoring system for capturing crashes, lags, and memory leaks, alongside a static binary auditor for reducing installation package size and a bytecode instrumentation tool for performance tracking. The project distinguishes itself through native memory debugging and a SQLite query linter that identifies inefficient database patterns. It employs native interception techniques to detect memory leaks and heap corruption without requiring source code recompilation, and uses a custom run

    Identifies memory leaks, use-after-free errors, and double-frees in native libraries without recompilation.

    Javaandroidapm-clientwechat
    GitHub पर देखें↗12,020
  • rr-debugger/rrrr-debugger का अवतार

    rr-debugger/rr

    10,553GitHub पर देखें↗

    rr is a deterministic record and replay framework and reverse debugger for Linux processes. It provides a deterministic execution environment that captures program execution, allowing bugs and crashes to be reproduced exactly through replay. The tool enables reverse program execution, allowing a developer to move the program counter backward through recorded history to trace a bug from its effect back to its source. It utilizes a recording mechanism that ensures a process run can be replayed with identical memory and register states. The framework covers low-level software analysis and nativ

    Analyzes complex memory corruption and timing issues in native applications by recording and replaying process runs.

    C++debuggergdblinux
    GitHub पर देखें↗10,553
  • cs01/gdbguics01 का अवतार

    cs01/gdbgui

    10,338GitHub पर देखें↗

    gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language debugger that provides source-level inspection for C, C++, Go, Rust, and Fortran. The project acts as a remote debugging interface, providing a secure web portal for connecting to and controlling GDB sessions over a network. It distinguishes itself by offering a browser-based environment to visualize call stacks and data structures for programs running via the GNU Debugger. The interface covers program execution control and breakpoint management, featuring graphical variable inspect

    Facilitates analysis of memory and state in compiled native applications written in languages like Go, Rust, or Fortran.

    TypeScriptbrowsercc-plus-plus
    GitHub पर देखें↗10,338
  • epicgamesext/raddebuggerEpicGamesExt का अवतार

    EpicGamesExt/raddebugger

    7,138GitHub पर देखें↗

    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

    The tool debugs native x64 Windows applications with breakpoints, step-through execution, and state inspection using PDB symbol files.

    C
    GitHub पर देखें↗7,138
  • defold/defolddefold का अवतार

    defold/defold

    6,138GitHub पर देखें↗

    Defold is a cross-platform game engine and integrated development environment used to create 2D and 3D games for desktop, mobile, and web targets. It combines a game development IDE for asset and scene management with a multi-platform build system and a scripting environment based on Lua. The engine includes a specialized headless runtime for hosting game servers and performing automated testing without a graphical interface. It supports native engine extensions, allowing custom low-level code to be integrated into the core to expand functionality beyond the standard scripting interface. The

    Analyzes native code on Android devices to identify low-level memory corruption and logic errors.

    C++
    GitHub पर देखें↗6,138
  • apache/cordova-androidapache का अवतार

    apache/cordova-android

    3,786GitHub पर देखें↗

    This project is an Android hybrid mobile framework that enables the development of applications running web content inside a native Android container. It functions as a cross-platform build system that packages shared web assets into native binaries, allowing developers to access device hardware and system APIs via JavaScript. The framework utilizes a native device API bridge and a plugin architecture to expose hardware sensors and system-level functionality not available through standard browser interfaces. It employs a manifest-driven orchestration system to manage application metadata, bra

    Enables developers to open generated projects in native IDEs to troubleshoot hybrid application execution.

    JavaScript
    GitHub पर देखें↗3,786
  1. Home
  2. Operating Systems & Systems Programming
  3. Native Application Debugging

सब-टैग एक्सप्लोर करें

  • Native Environment DebuggingTools and workflows for troubleshooting hybrid applications within native development environments and simulators. **Distinct from Native Application Debugging:** Distinct from Native Application Debugging: focuses on the workflow of debugging hybrid-generated code in native IDEs rather than low-level memory analysis.