Search This Blog

Sunday, June 25, 2017

Vysor puts your Android on your desktop

Vysor: "Vysor puts your Android on your desktop"




Saturday, May 13, 2017

Memory Debugger for Windows, Linux, Mac, and Android

GitHub - DynamoRIO/drmemory: Memory Debugger for Windows, Linux, Mac, and Android: "Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory, double frees, memory leaks, and (on Windows) handle leaks, GDI API usage errors, and accesses to un-reserved thread local storage slots."




Monday, April 24, 2017

Wednesday, April 19, 2017

Collecting User-Mode Dumps (Windows)

Collecting User-Mode Dumps (Windows):

analyze process dump file via windbg --- major command for first

!analyze -v

good tutorial at