Nightbringer21 / fridump

A universal memory dumper using Frida
748 stars 138 forks source link

Dumping multiple processes with the same name #25

Open localacct opened 4 years ago

localacct commented 4 years ago

Hi

Fridump requires a process name to begin dumping memory. However, if the main process spawns other processes, they will all have the same name. Fridump then states that the name is ambiguous. How can I work around this? Is there a way to specify the process id instead?