10 repository-uri
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 10 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 este un framework Swift conceput pentru crearea de tururi ghidate și experiențe de onboarding pentru utilizatori. Gestionează secvența, animațiile și layout-urile bulelor de instrucțiuni și ale markerelor de evidențiere pentru a ghida utilizatorii prin funcționalitățile aplicației. Biblioteca oferă instrumente pentru evidențierea interfeței, folosind overlay-uri de fundal întunecate și decupaje precise pentru a atrage atenția asupra unor elemente UI specifice. Include mecanisme pentru controlul fluxului de walkthrough, permițând dezvoltatorilor să gestioneze progresia liniară, să sară la pași specifici sau să implementeze logica de omitere a turului. Elementele vizuale sunt personalizabile prin overlay-uri de fundal configurabile și posibilitatea de a înlocui componentele implicite de tip bulă cu view-uri personalizate. Framework-ul gestionează sincronizarea layout-ului pentru a se asigura că markerele și căile de decupare se actualizează corect în timpul redimensionării ecranului sau al schimbărilor de orientare.
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.
HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp
Provides capabilities for controlling execution paths, stepping through code, and pausing processes during debugging.
IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various frameworks into optimized binaries for execution across diverse hardware targets. It provides a unified pipeline to ingest models from PyTorch, TensorFlow, JAX, and ONNX, lowering them into a common intermediate representation for deployment on CPUs, GPUs, and bare-metal embedded systems. The project distinguishes itself through a bytecode virtual machine and a hardware abstraction layer that decouple high-level model logic from specific hardware instruction sets. It supports sophis
Partitions execution and data flow to coordinate how operations are scheduled and dispatched across diverse hardware targets.
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.