Not sure where to post this, if there is a better section please move.
I have tried Olly, Windows debugger, but no luck.
I am running a program (pcm.exe) that edits a pcm file.
The file it opens is a compressed file.
It apparently opens the file, keeps it in memory in its raw form.
I need to dump the process memory into hex editor, find the raw file, remove the junk before and after file then re-save file in its raw format.
So my first step is to get a dump of the process (pcm.exe) once I open the needed pcm file.
What woud be the best app to do this?
I have tried Olly, Windows debugger, but no luck.
I am running a program (pcm.exe) that edits a pcm file.
The file it opens is a compressed file.
It apparently opens the file, keeps it in memory in its raw form.
I need to dump the process memory into hex editor, find the raw file, remove the junk before and after file then re-save file in its raw format.
So my first step is to get a dump of the process (pcm.exe) once I open the needed pcm file.
What woud be the best app to do this?