Created
June 6, 2021 17:46
-
-
Save ruevaughn/d8a8ec04880c050873a6b6f624aa0c38 to your computer and use it in GitHub Desktop.
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