Memory
Introduction to Hacking Thick Clients: Part 6 – The Memory
Just like a human, applications rely on their memory for day to day functions. And just like a human, it can be analyzed and manipulated.
Limiting The Exposure of Plain Text Passwords in C#
Plain text passwords can easily be exposed if not secured correctly. See expert steps to limit exposure while implementing the SecureString type in .Net applications.
Dumping Memory on iOS 8
Back in January of 2015 NetSPI published a blog on extracting memory from an iOS device. Even though NetSPI provided a script to make...
iOS Tutorial – Dumping the Application Memory Part 2
Dump sensitive info from iOS app heap using Cycript in an automated way. Follow Mark's tutorial to parse a class dump of the binary.
iOS Tutorial – Dumping the Application Heap from Memory
Using GDB to dump the runtime heap from memory to gain access to sensitive information that should’ve been removed.