Created
February 12, 2019 21:42
-
-
Save MantisSTS/cf8d6638e0fa0e5b723ff7af5947d450 to your computer and use it in GitHub Desktop.
Quick Frida Template - Used in FridaLabs
This file contains hidden or 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
| setImmediate(function(){ | |
| Java.perform(function() { | |
| var currentApplication = Java.use("android.app.ActivityThread").currentApplication(); | |
| var context = currentApplication.getApplicationContext(); | |
| // Extra Code Goes Here | |
| }); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment