Nightbringer21 / fridump

A universal memory dumper using Frida
753 stars 139 forks source link

Add attaching by pid option #29

Open evtromand opened 4 years ago

evtromand commented 4 years ago

Hey. Usefull script, thx. About PR: In my case, the application had three processes of the same name. Frida threw an ambiguity exception and the script didn't work. Added the ability to set a process through a pid with a flag -p.