ncollisson / pointer-sequence-reversal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pointer-chain-reversal

Designed to help a reverse engineer easily see how a Windows C++ application is accessing a particular data member or object.

Given the memory address of a data member or object, this tool will set a memory breakpoint at that address and then produce traces of the instructions executed prior to reading from or writing to that address. Some processing will be performed on the trace to highlight relevant instructions, make the output more readable, identify vtable pointers, etc.

About


Languages

Language:C++ 98.2%Language:C 1.7%Language:Objective-C 0.0%