Created
January 1, 2020 18:48
-
-
Save harshitm98/7eee9b7508f4d2bcfe9811ac0aba865c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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