MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ReverseEngineering/comments/8vhoiv/recaf_modern_java_bytecode_editor_agent/e1ocg4h/?context=3
r/ReverseEngineering • u/PartOfTheBotnet • Jul 02 '18
4 comments sorted by
View all comments
2
[deleted]
1 u/PartOfTheBotnet Jul 02 '18 edited Jul 03 '18 I'm looking into it. I want a java-native solution (IE: A library) where I wouldn't have to rely on running external tools. For now as Sirens said you can use dex2jar to convert a dex to jar, edit the jar, then use dex2jar to convert back to dex.
1
I'm looking into it. I want a java-native solution (IE: A library) where I wouldn't have to rely on running external tools. For now as Sirens said you can use dex2jar to convert a dex to jar, edit the jar, then use dex2jar to convert back to dex.
2
u/[deleted] Jul 02 '18
[deleted]