-
e.g. : `android hooking watch class_method com.myApp.MyClass *`
-
If the binary wasn't previously analyzed, an exception is thrown:
```
[0x0001691c]> [22:08 edu@localhost armeabi-v7a] > r2 libtarget.so
Module version mismatch /home/edu/.config/radare2/plugins/io_…
-
So I installed objection (pip install objection) , installed virtualenv (and all the prequesites)
ran : objection --gadget frida-server explore
and everytime I get failed to determine device type,…
-
Hi,
we just repackaged an IPA and installed it via ios-deploy:
```
ios-deploy --bundle Payload/XXX.app -W -d
```
The app is starting on the non-jailbroken phone and objection is also identi…
-
Executes 64 bit notepad.exe, then to attach it:
`frida-trace -p 18760 -i MessageBoxW`
Notepad.exe 's process crashes, and frida-trace prints `Failed to start tracing: script is destroyed`.
But it w…
-
e@ubuntu32:~/projects/frida$ make -f Makefile.sdk.mk
Success! Here's your SDK: build/sdk-linux-x86.tar.bz2
It will be picked up automatically if you now proceed to build Frida.
e@ubuntu32:~…
-
## ENV
Mac OS 10.11.6
iPhone 6s Jailbroken iOS 9.0
Frida 10.0.3
## Reproduction Steps
```
➜ appmon git:(master) ✗ git pull
Already up-to-date.
➜ appmon git:(master) ✗ intruder
➜ intr…
-
can not hook anything in android 6.0
frida 10.0.5
[INFO] Attached to com.sankuai.meituan.takeoutnew
[INFO] Building injection...
[INFO] Instrumentation started...
* Running on http://127.0.0.1:…
-
I am beginner in coding and it would be helpful if we could have examples to see how the already available scripts under Frida can be run for iOS application. For e.g for the script NSFileManager_Hook…
-
python appmon.py -p android -s scripts/Android -a com.xx.account
[ERROR] unable to handle 64-bit processes due to build configuration
Traceback (most recent call last):
File "appmon.py", line 2…