MEx : Memory Explorer
18 August 2021
Process Memory Explorer using C++ and Cuda on windows (generating core.dll), and wpf as user interface, allowing to open a process, scan the memory looking for patterns/ values (threaded and cuda scan), and then exploring the internal structures of any program (without debugger to stay undetected). It allows to follow the pointer chains and tells what potentially points to this address to reverse structures.
See More »Tags :
Personnal