add android intercept open gif example

This commit is contained in:
iddoeldor 2019-03-20 14:54:48 +02:00 committed by GitHub
parent 8658889847
commit d6db57ae2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,8 @@ Interceptor.attach(Module.findExportByName("/system/lib/libc.so", "open"), {
<details> <details>
<summary>Output example</summary> <summary>Output example</summary>
Intecepting `com.android.chrome` Intecepting `com.android.chrome`
![](gif/intercept_open_chrome_android.gif)
![](https://github.com/iddoeldor/frida-snippets/blob/master/gif/intercept_open_chrome_android.gif)
</details> </details>