Skip to content

Using Frida to bypass checks #21

@sha3rawi33

Description

@sha3rawi33

I could create a simple Frida script that hooks on this package returns, which allowed me to have all checks show "SAFE".

a simple script does the following in your code:

 public static boolean b(){
       new Socket().connect(new InetSocketAddress("127.0.0.1", 0x69a2), 200);
       boolean b = true;
       return b; // hook on this and return false
    }

this will hook the return and show hooks as SAFE

hope you can improve/add more checks to prevent this.

good luck!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions