Streams the mapped virtual memory space of a process to stdout. Useful for extracting live memory of processes for forensic investigation or finding interesting strings in a running program.
Originally inspired by the ctf challenge Home on the Range.
Usage of ./memcat:
-pid int
PID to export the memory of. Defaults to self. (default -1)