10 مستودعات
Protocols for communicating between a debugger and a remote agent to control process execution and inspect memory.
Distinct from Browser Debugging Protocols: None of the candidates cover general binary debugging protocols; they focus on AI agents or browser instrumentation.
Explore 10 awesome GitHub repositories matching operating systems & systems programming · Remote Debugging Protocols. Refine with filters or upvote what's useful.
radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture disassembler, low-level binary debugger, and hexadecimal editor for inspecting executable structures and interpreting machine code when original source files are unavailable. The framework provides capabilities for decompiling machine instructions, performing symbolic analysis, and diffing binary files to identify structural changes across versions. It also includes a digital forensic analyzer and disk analyzer for browsing filesystem formats in userland. The toolset supports binary p
Provides a client-server protocol for monitoring and modifying running processes across different hosts.
This project is an instructional user guide and software development workflow tutorial designed to help users master a professional integrated development environment. It provides educational content and step-by-step instructions for optimizing coding productivity and navigating development tools across various language versions. The material specifically covers the configuration of Java-centric environments, including setting up the operating system, managing dependencies, and tuning memory settings. It offers detailed guidance on utilizing professional tools to streamline development proces
Provides a guide for using network sockets to debug applications running on remote servers.
XNU هي نواة نظام تشغيل هجينة تجمع بين بنية النواة الدقيقة وطبقة متجانسة لخدمات النظام. توفر أساساً لتطوير نظام التشغيل، وتدمج واجهات استدعاء النظام القياسية، وإطار عمل تعريف جهاز معياري، وأمن التحكم في الوصول الإلزامي. تتميز البنية بنواة دقيقة قائمة على Mach وطبقة متجانسة قائمة على BSD. تستخدم ناقل تواصل بين العمليات قائم على تمرير الرسائل لتبادل البيانات الآمن بين مكونات النواة المعزولة وعمليات مساحة المستخدم، إلى جانب إطار عمل تعريف موجه للكائنات يفصل المنطق الخاص بالأجهزة عن النواة الأساسية. يتضمن النظام محرك تحكم في الوصول إلزامي لفرض الأمن القائم على السياسة ومصحح أخطاء نواة بعيد لفحص الذاكرة الحية وتحليل ذعر النظام. تغطي القدرات الإضافية جدولة المعالجات المتعددة، وتنسيق موارد الأجهزة، ونظام بناء لتوليد صور قابلة للتمهيد عبر بنيات مختلفة. يوفر المشروع أدوات لإدارة بناء النواة، وتوليد رموز التصحيح، وإطار عمل للتحقق من استدعاء النظام.
Implements protocols for communicating between a debugger and a remote agent to inspect live memory and analyze panics.
xv6-riscv is a simplified Unix-like teaching operating system designed for the study of kernel design and hardware interaction. It provides a low-level RISC-V kernel implementation that serves as a bootable system image for execution and debugging within a virtual machine or emulator. The project focuses on educational instruction regarding the RISC-V architecture. It enables the study of operating system concepts through a minimal kernel that implements process management and memory handling. The system covers core kernel operations including multiprocessor resource management and the imple
Supports remote kernel debugging via protocols that allow memory inspection and breakpoint management.
PlatformIO is an embedded development platform and cross-platform build system for writing, compiling, and uploading firmware to various microcontroller architectures. It provides a unified environment for managing embedded software development across different hardware platforms. The project functions as an embedded library manager through a centralized registry for discovering and integrating third-party drivers and libraries. It also serves as a firmware debugging tool and an embedded unit testing framework, allowing for real-time hardware inspection and the execution of test suites direct
Implements GDB-based remote debugging to inspect memory and execution flow on target hardware in real time.
mGBA is a high-accuracy Game Boy Advance emulator and hardware-level debugger designed to run handheld console ROMs on modern computers. It serves as a scriptable emulation environment that allows for the execution of portable hardware software and the simulation of associated peripherals. The project distinguishes itself through its focus on technical analysis, providing a suite of tools for retro game debugging and game logic inspection. It includes a host-client debug protocol that enables external debugger connectivity via TCP socket communication and an event-driven scripting engine for
Exposes internal system registers and memory via a network socket using a host-client debug protocol.
Debugs CUDA applications running on actual GPUs using an extension of the standard GDB debugger.
lsp-mode is a Language Server Protocol client and IDE feature set for Emacs. It functions as a semantic code analysis tool and JSON-RPC communication layer that connects the editor to external language servers to provide intelligent code completion and real-time diagnostics. The project also serves as a Debug Adapter Protocol client, enabling interactive debugging sessions and breakpoint management. This allows for stepping through code and inspecting variables via a standardized protocol, including support for debugging within Docker containers. The system covers a broad range of developmen
Uses standardized protocols to communicate with remote debug agents for process execution control and memory inspection.
This project is a browser developer tool designed for inspecting JavaScript execution, network traffic, and page layouts. It functions as a JavaScript debugger and a Chrome DevTools Protocol debugger to manage the state of a web engine and identify logic errors in web applications. The suite provides specialized utilities for web performance profiling, including the detection of memory leaks and the analysis of processing bottlenecks. It also includes a network traffic analyzer for troubleshooting API calls and a browser storage manager for modifying cookies, cache, and local database entries
Provides a protocol for connecting the frontend toolset to a background process that controls the JavaScript engine.
Puppeteer Sharp هو غلاف (wrapper) لـ .NET ومكتبة أتمتة تُستخدم للتحكم برمجياً في متصفحات Chrome و Chromium التي تعمل بدون واجهة رسومية (headless). يعمل كعميل لبروتوكول Chrome DevTools، مما يوفر إطار عمل لكشط الويب (web scraping) وأتمتة تفاعلات صفحات الويب. يُمكّن المشروع من تنفيذ JavaScript داخل سياق المتصفح ويدعم الاتصال بجلسات المتصفح البعيدة عبر نقاط نهاية WebSocket. يسمح بمعالجة حالات المتصفح لإجراء اختبارات الويب الوظيفية وتحليل الانحدار المرئي. تشمل مجالات الإمكانات تحويل المحتوى عبر حقن HTML، والتقاط لقطات شاشة للصفحات، وتوليد مستندات PDF. توفر المكتبة أيضاً أدوات مزامنة لانتظار محددات CSS معينة أو شروط JavaScript قبل متابعة التنفيذ.
Utilizes the Chrome DevTools Protocol to programmatically inspect and manipulate the DOM without a GUI.