Download file or executable from the application bundle directory using frida-go.
$ go install github.com/lateralusd/fdecrypted@latestFilename is relative to the application bundle directory.
fdecrypted APP:DIR:FILENAME
Possible DIR flags include:
B- Applications bundle pathD- Applications directory pathL- Applications library path
Example downloading some_filename.json from the application bundle that the Gadget is attached to.
$ fdecrypted Gadget:B:some_filename.jsonExample downloading plist file from library directory:
$ fdecrypted Gadget:L:Preferences/com.example.app.plistfdecrypted APP
Example download binary that the gadget is attached to.
$ fdecrypted Gadget