Skip to content

Instantly share code, notes, and snippets.

@harshitm98
Created January 1, 2020 18:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save harshitm98/7eee9b7508f4d2bcfe9811ac0aba865c to your computer and use it in GitHub Desktop.
Save harshitm98/7eee9b7508f4d2bcfe9811ac0aba865c 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