-
https://github.com/Manouchehri/frida-gadgetify/blob/1258cbe6862b56ea995c4822ae72a602701762e3/frida-gadgetify.py#L47
It's automatically done by LIEF: https://github.com/lief-project/LIEF/blob/master…
-
1. If an App installed on JB device, does it require patching the app?
2. Could two patched app installed at the same time? I did not where to specify the app name. Did I miss anything?
-
Hi,
Environment:
**iOS:** 9.0.2
**iOS frida-server:** 7.1.12
**Gadget:** http://build.frida.re/frida/ios/lib/ (May 19th)
**OS X:** 7.1.12
I'm launching the application as follows:
```
IPAD:~ root# …
-
Is there a binary version of Frida Gadget on windows?
-
error when open instagram with modified code to include frida-gadget.so
```
I/ProviderMap( 492): putProviderByClass: ComponentInfo{com.instagram.android/com.instagram.common.analytics.phoneid.Ins…
-
I am trying to use `frida-trace` on an iOS 9.3.3 iPod Touch and keep getting the error `Failed to attach: the connection is closed` when running the command `frida-trace -U -n SpringBoard`.
Running `…
-
The documentation seems to indicate that a simple `make` will build frida, but this does not work. Make seems to want a target, and the targets all seem to want more dependencies than the ones listed.…
-
I'm trying to load frida-gadget via a call in Java: `System.loadLibrary("frida-gadget")`.
This used to work for me before. However, with the latest version, the application freezes before starting. Al…
-
Hi, while making frida-core:
[afx237@bright ~/frida/frida-core frida-linux-x86_64]
$ make
make all-recursive
make[1]: Entering directory '/home/afx237/frida/frida-core'
Making all in tools
make[2]: …