copy data from memory
-
hi every one i want copy data from memory.is it possible ? there are many tools for dumping process from memory but i want dump data from memory. for example i want dump Stream of one pdf or doc file from memory . is it possible? plz introduce me tool or articles about it. thanks a lot
-
hi every one i want copy data from memory.is it possible ? there are many tools for dumping process from memory but i want dump data from memory. for example i want dump Stream of one pdf or doc file from memory . is it possible? plz introduce me tool or articles about it. thanks a lot
HxD[^] allows you to view, edit and save the memory of running processes. Don't expect to be able to easily dump files out of active memory though. What it will show you is the raw hex values in memory. It will be very difficult to figure out what it all means unless you know exactly what you are looking for.
Simon