Nightbringer21 / fridump

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

Updated script to find and attach to open processes without reopening… #40

Open cTFk1ller opened 1 year ago

cTFk1ller commented 1 year ago

… the application

This commit includes changes to the script that enable it to locate and attach to open processes without the need to reopen the application. Instead of relying on the script to specifically target a predefined application, it now searches for any open applications and attaches to the appropriate one. This enhancement improves the script's flexibility and efficiency, allowing it to seamlessly interact with different processes without requiring manual intervention.

cTFk1ller commented 1 year ago

Hello,

I've faced an issue running the script when the application is already running on the emulator. So I solved this issue by searching for the application PID and attaching Frida to it.