Skip to content

Instantly share code, notes, and snippets.

View fariqfgi's full-sized avatar
:shipit:

Fariq Fadillah Gusti Insani fariqfgi

:shipit:
View GitHub Profile
@as3ng
as3ng / frida-tips.md
Created October 23, 2021 11:06 — forked from daniellimws/frida-tips.md
Frida tips

Frida Tips

The documentation is so limited. A compilation of things I found on StackOverflow and don't want to have to search it up again.

Bypass root check

setTimeout(function() { // avoid java.lang.ClassNotFoundException

  Java.perform(function() {

    // Root detection bypass example