Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 470 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 470 Bytes

Memcat

Description

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

Usage of ./memcat:
  -pid int
        PID to export the memory of. Defaults to self. (default -1)