nowsecure / r2frida

Radare2 and Frida better together.
MIT License
1.12k stars 119 forks source link

Implement instance for Android #133

Open trufae opened 5 years ago

trufae commented 5 years ago
var Activity = Java.use("android.app.Activity");
var activity = Java.cast(ptr("0x1234"), Activity);

we can cast objc objects but we cant do that with java (yet), this issue aims to fill this gap

trufae commented 3 months ago

comments on this @enovella ?