You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use dex-translator(A R8 wrapper) to translate classes in DEX files to Java bytecode. The model from R8 is very overcomplicated for our needs, and does not really facilitate a good mutable model for us.
Once dex is completed we will update Jasm to model dalvik bytecode.
Progress:
Finish dex library
Complete code model for dex files
Add dex2jar support
Add jar2dex support
Finish dalvik support in jasm
Update Recaf to use models from dex for android handling
Update Recaf to use dalvik support in jasm
The text was updated successfully, but these errors were encountered:
Currently we use dex-translator (A R8 wrapper) to translate classes in DEX files to Java bytecode. The model from R8 is very overcomplicated for our needs, and does not really facilitate a good mutable model for us.
Once dex is completed we will update Jasm to model dalvik bytecode.
Progress:
dex
librarydex
filesdex2jar
supportjar2dex
supportjasm
dex
for android handlingjasm
The text was updated successfully, but these errors were encountered: