top | item 35606744

(no title)

sasas | 2 years ago

Can anyone recommend something similar for Java / Smali ? Specific use case is reverse engineering Android application with partially obsufcated code.

Current approach is following “xrefs” in JADX and hooking methods with dynamic instrumentation with Frida (displaying backtraces etc). Got to be a quicker way while chipping away renaming classes and methods and mapping out source/sinks.

discuss

order

zknill|2 years ago

I built https://packagemap.co which is similar and designed for java. I'd love to get your feedback on it.

sasas|2 years ago

Sure! Will have a play and will reach out if appropriate.