Explorations in manipulation
From meta to bare metal
Saturday, 5 March 2016
Android Studio for refactoring obscure decompiled code
"It's in Foreign"
@thegrugq
A while ago, I've been experimenting with using Android Studio for refactoring decompiled code.
Export Java sources, from whatever decompiler works
"Import project" from sources in Android Studio
Use Shift-Fn-F6 to rename classes, methods etc
What's best is that Studio (hurray for IntelliJ IDEA) is sometimes intelligently estimates types of variables and offers reasonably meaningful names:
Newer Post
Older Post
Home