Skip to content

Instantly share code, notes, and snippets.

@MantisSTS
Created February 12, 2019 21:42
Show Gist options
  • Save MantisSTS/cf8d6638e0fa0e5b723ff7af5947d450 to your computer and use it in GitHub Desktop.
Save MantisSTS/cf8d6638e0fa0e5b723ff7af5947d450 to your computer and use it in GitHub Desktop.
Quick Frida Template - Used in FridaLabs
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