Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android support in the assembler #857

Open
7 tasks
Col-E opened this issue Sep 21, 2024 · 0 comments
Open
7 tasks

Android support in the assembler #857

Col-E opened this issue Sep 21, 2024 · 0 comments

Comments

@Col-E
Copy link
Owner

Col-E commented Sep 21, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant