Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 374 Bytes

Select a process and run a scanmem for it.md

File metadata and controls

5 lines (4 loc) · 374 Bytes
$ ps -aux | fzf | awk '{print $2}' | xargs -o scanmem -p

It will display a list of processes with fuzzy find (fzf) and run scanmem for the selected one. Scanmem is a process memory editing tool that does the same stuff as ArtMoney does for /Windows.