2 个仓库
Tools for inspecting the registers and memory of code running inside a virtual machine.
Distinct from Remote Debugging: Distinct from Remote Debugging: targets the guest machine code of an emulated console rather than network-based application servers.
Explore 2 awesome GitHub repositories matching development tools & productivity · Guest Executable Debuggers. Refine with filters or upvote what's useful.
Hyperkit is a userspace virtual machine monitor and a development toolkit for building custom hypervisors. It provides primitives for embedding virtualization and hardware emulation capabilities directly into applications to execute guest operating systems within a userspace environment. The project features a guest operating system bootstrapping tool that loads kernels and initializes CPU states without relying on traditional firmware. It includes a hardware emulation library to create virtualized storage, serial ports, and networking components for guest system access. The system covers vi
Tunnels remote kernel debugger traffic to a guest stub for real-time system inspection.
xemu is a game console emulator and virtual hardware hypervisor designed to execute original Xbox game software on various operating systems. It functions as a disk image player that simulates physical circuitry and storage to enable the playback of original titles. The project includes a suite of low-level system debugging tools for inspecting registers, tracing execution events, and dumping memory from running guest code. It provides specialized capabilities for hardware accuracy testing and game hardware debugging to analyze system behavior. The software covers a broad range of emulation
Provides a remote server to inspect registers, disassemble instructions, and dump memory from running guest code.