Cleanup output from GDB memory dump

101 Views Asked by At

We lost a configuration file which we were able to recover some of the data with a gdb memory dump but many important parts of the file are buried in memory noise.

Is there a way to cleanup the dump files?

Example output

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

The strings command was able to remove the garbage from the file.

strings mem_7fbf71165000 > strings.txt