1 مستودع
Utilities for tracing memory addresses and calculating offsets to identify static pointers to dynamic data.
Distinct from Pointer Analysis Frameworks: Existing candidates focus on UI interaction, data model management, or static safety analysis, whereas this is for dynamic runtime pointer tracing in reverse engineering.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Memory Pointer Analysis Tools. Refine with filters or upvote what's useful.
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 a specialized utility for tracing memory addresses and offsets to locate static pointers to dynamic data.