4 रिपॉजिटरी
Mechanisms to install taps on emulated address ranges to monitor or modify data during CPU access.
Distinct from Emulated Memory Access: Active interception/trapping of access for monitoring, rather than just reading/writing values to a space.
Explore 4 awesome GitHub repositories matching software engineering & architecture · Memory Access Interception. Refine with filters or upvote what's useful.
This project is a suite of runtime diagnostic tools designed to detect memory leaks, concurrency races, and language-specification violations during software execution. It provides a collection of dynamic analysis tools that identify addressability issues, uninitialized memory usage, and memory safety bugs in applications. The toolset includes a thread safety analyzer to identify data races and deadlocks in concurrent code, as well as an undefined behavior sanitizer to detect operations that violate language specifications. The system covers broad capabilities in memory safety monitoring and
Provides interception of memory access to monitor heap usage and detect invalid frees.
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
Provides mechanisms to install taps on emulated address ranges to monitor or modify data during CPU access.
Qira एक रनटाइम एनालिसिस टूल और इंटरैक्टिव बाइनरी डिबगर है जिसे QEMU एमुलेटर के लिए डिज़ाइन किया गया है। यह एक बाइनरी एग्जीक्यूशन ट्रेसर के रूप में कार्य करता है जो इंस्ट्रक्शन इनवोकेशन की पूरी टाइमलाइन रिकॉर्ड करता है और गेस्ट प्रोसेसेस के भीतर मेमोरी ऑपरेशंस की निगरानी के लिए एक सिस्टम प्रदान करता है। यह प्रोजेक्ट इंस्ट्रक्शन-लेवल एग्जीक्यूशन को ट्रेस करके और रॉ मेमोरी एड्रेस को यूजर-डिफाइंड एनोटेशन से मैप करके कंपाइल किए गए बाइनरीज़ के विश्लेषण को सक्षम बनाता है। इसमें एग्जीक्यूशन फोर्क्स को मैनेज करने के लिए स्टेट-स्नैपशॉटिंग की क्षमताएं शामिल हैं, जो डायवर्जेंट लॉजिक पाथ्स को नेविगेट करने और रिकॉर्ड की गई टाइमलाइन के किसी भी बिंदु पर CPU रजिस्टर स्टेट्स और सिस्टम कॉल आर्गुमेंट्स के निरीक्षण की अनुमति देती हैं। यह सिस्टम डायनामिक प्रोग्राम एनालिसिस और बाइनरी रिवर्स इंजीनियरिंग कार्यों की एक विस्तृत श्रृंखला को कवर करता है। इसमें विशिष्ट डेटा को संशोधित करने वाले इंस्ट्रक्शन्स की पहचान करने के लिए मेमोरी एक्सेस पैटर्न की निगरानी करना, नियंत्रित वातावरण में मैलवेयर व्यवहार का विश्लेषण करना, और सॉफ्टवेयर भेद्यता (vulnerability) अनुसंधान करना शामिल है।
Tracks read and write operations to specific memory addresses during the runtime of a guest process.
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
Identifies which instructions read from or write to specific memory structures.