Created
March 28, 2022 15:51
-
-
Save mukeshsolanki/829c0ff8d9cdec35e64c7a79bed09449 to your computer and use it in GitHub Desktop.
Used for the https://medium.com/@TheMukeshSolanki/how-to-prevent-hackers-from-reverse-engineering-your-android-apps-2981661ab1c2
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
guardDebugger({ | |
//No debugger tools detected continue executing the code. | |
}, { | |
//Some debugger tools were detected. | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the library. However excude my ignorance, but how do I use this is an Android Java app ?