8 रिपॉजिटरी
Capabilities for controlling the execution path and stepping through program flow during debugging.
Distinct from Execution Step Controllers: None of the candidates relate to debugger execution flow; they focus on AI step controllers or UI tours.
Explore 8 awesome GitHub repositories matching operating systems & systems programming · Execution Flow Control. Refine with filters or upvote what's useful.
pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi
Provides advanced execution control by allowing breaks on specific events like function calls, jumps, or system calls.
MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal
MAME resumes processing until a specific condition is met, such as hitting a breakpoint or timer.
This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries with portable, built-in utility implementations. It serves as a compatibility library and utility kit for shell scripting, providing shell-native alternatives to common command line utilities. The library focuses on removing dependencies on external processes by implementing tasks directly within the shell. This includes the use of shell-native sequences for terminal user interface design, such as text coloring and cursor movement, and the use of built-in pattern matching for te
Manages program execution paths using shell-native loops, signal traps, and dynamic variable naming.
This project is a learning guide and collection of study notes designed to teach Node.js backend development. It provides a comprehensive core API reference and practical demonstrations for implementing server-side logic, network programming, and system APIs. The guide specifically covers advanced technical domains including process management for scaling applications via clusters and child processes, as well as network programming for building TCP, UDP, and HTTP services. It also includes detailed instructional material on security implementation, focusing on cryptographic hashing and encryp
Covers debugging capabilities for stepping into or out of functions during execution.
Instructions एक Swift फ्रेमवर्क है जिसे गाइडेड टूर और उपयोगकर्ता ऑनबोर्डिंग अनुभव बनाने के लिए डिज़ाइन किया गया है। यह एप्लिकेशन सुविधाओं के माध्यम से उपयोगकर्ताओं का मार्गदर्शन करने के लिए निर्देशात्मक बुलबुले और हाइलाइटिंग मार्करों के अनुक्रम, एनिमेशन और लेआउट का प्रबंधन करता है। यह लाइब्रेरी इंटरफेस हाइलाइटिंग के लिए टूल प्रदान करती है, जो विशिष्ट UI तत्वों पर ध्यान आकर्षित करने के लिए डिम्ड बैकग्राउंड ओवरले और सटीक कटआउट का उपयोग करती है। इसमें वॉकथ्रू फ़्लो कंट्रोल के लिए तंत्र शामिल हैं, जो डेवलपर्स को रैखिक प्रगति का प्रबंधन करने, विशिष्ट चरणों पर कूदने, या टूर स्किपिंग लॉजिक को लागू करने की अनुमति देते हैं। विज़ुअल तत्व कॉन्फ़िगर करने योग्य बैकग्राउंड ओवरले और डिफ़ॉल्ट बबल घटकों को कस्टम व्यू के साथ बदलने की क्षमता के माध्यम से अनुकूलन योग्य हैं। फ्रेमवर्क यह सुनिश्चित करने के लिए लेआउट सिंक्रनाइज़ेशन को संभालता है कि स्क्रीन रिसाइजिंग या ओरिएंटेशन परिवर्तन के दौरान मार्कर और कटआउट पथ सही ढंग से अपडेट हों।
Provides mechanisms to control the sequence of guided tours by jumping to specific steps or pausing.
Vimspector is a visual debugger integration for Vim that enables developers to step through code and inspect program state without leaving the editor. It utilizes the Debug Adapter Protocol to provide a unified interface for debugging multiple programming languages through various debug adapters. The project distinguishes itself by supporting low-level analysis and specialized environments, including bare metal hardware debugging for microcontrollers and the ability to perform disassembly analysis and process memory dumping. It also provides remote debugging capabilities by proxying requests
Implements capabilities to step into, over, or out of functions to precisely control program run-time.
PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of running processes. It functions as a process memory manipulator and editor, allowing for the identification, modification, and monitoring of values within a target application's active memory. The tool distinguishes itself through memory pointer analysis, tracing addresses and offsets to locate static pointers that lead to dynamic data across different sessions. It also enables the execution of internal functions within a running process by manipulating the instruction pointer and
Provides comprehensive control over program execution including stepping and breakpoints to isolate bugs in live sessions.
probe-rs is an embedded debugging toolset used for flashing, debugging, and inspecting microcontrollers via hardware debug probes. It functions as an embedded firmware flasher, a memory manager for reading and writing to processor registers, and a server implementing the Debug Adapter Protocol to connect hardware debugging to various code editors. The project includes a CMSIS-Pack target parser to extract device metadata and flash configurations from industry-standard definition files. It provides a driver-based probe abstraction to interact with various hardware debug probes regardless of th
Enables stepping through code at instruction levels and managing hardware breakpoints to analyze program flow.