Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p-g-krish/b524261bc9e8a972043603a4cf9974a0 to your computer and use it in GitHub Desktop.
Save p-g-krish/b524261bc9e8a972043603a4cf9974a0 to your computer and use it in GitHub Desktop.
Java.perform(function (){
var HookDetector = Java.use('org.nowsecure.cybertruck.detections.HookDetector');
HookDetector.isFridaServerInDevice.implementation = function(){
console.log("[->] HookDetector bypassed...");
return false;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment