-
能不能写下稍微详细的过程。小白有点不懂libhook.so怎么来
-
I'm running Ubuntu 18.04 64-bit and frida 12.0.4. I try to instrument gedit with: ` sudo frida-trace -i "*read*" gedit`
And I get:
> Failed to start tracing: script is destroyed
gedit crashes…
-
When trying this (seemingly) [simple example](https://www.frida.re/docs/javascript-api/#rpc) from the JS API documentation, I get three errors (the latter two after I worked around the first). Please …
-
Any tips how to fix this?
```
C:\Users\Admin\Desktop\Tools\1\1>objection patchapk -s app_name.apk
No architecture specified. Determining it using `adb`...
Detected target device architecture as: a…
-
The [prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) library which the frida repl relies on has been upgraded to V2.
When installing frida, the v2 version gets installed …
-
I may be an idiot (has happened before), but is there a way to launch app instead of attach using house? I need to perform hooks as soon as the app is loaded. Thanks in advance.
-
i tried this command to embed frida to some apk ... all of them failed with the same error
```
objection patchapk -s foursquare-11-9-1.apk
No architecture specified. Determining it using `adb`.…
ghost updated
6 years ago
-
I have used following command to connect to the server running inside an emulator, but an error occurs:
```
$ adb forward tcp:27042 tcp:27042
$ objection -N explore
Error: unable to connect to r…
mabdi updated
6 years ago
-
I have the below script to hook `public String(char[] data)` method
```javascript
Java.perform(function () {
var String = Java.use('java.lang.String');
String.$init.overload('[C').implemen…
-
Hello
I use npm to install passionfruit
but when I run passionfruit, it didn`t work and have so error(as follows)
ian-Mac:/ root# npm install -g passionfruit
npm WARN deprecated babel-preset-…