TheQmaks/sosaver ? reverse-engineered prompt
Reverse engineered prompt
Build me a command line tool that can pull native .so libraries out of a running Android app using Frida.
I want to be able to point it at either an app package name or a process ID, and have it connect to a rooted Android device, watch for libraries as they load, and save the extracted files to disk. It should handle the tricky cases too, like libraries that are decrypted only at runtime, loaded in unusual ways, or not easy to find with a normal file scan. If it can fall back to reading from the filesystem when memory reading fails, that would be great.
Please include a simple output folder option, a debug mode, and a clear summary at the end showing what was found and saved. If you need to check current Frida docs or setup details online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit