-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels