Skip to content

Instantly share code, notes, and snippets.

@rena2019
Created March 25, 2019 19:25
Show Gist options
  • Save rena2019/71446966ce627739e674586733672c73 to your computer and use it in GitHub Desktop.
Save rena2019/71446966ce627739e674586733672c73 to your computer and use it in GitHub Desktop.
class_name = "rena2019.dummyapp.LoginActivity"
setTimeout(function() {
Java.perform(function() {
var my_class = Java.use(class_name);
console.log( Object.getOwnPropertyNames(my_class.__proto__).join('\n') );
});
}, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment