Col-E / Recaf

The modern Java bytecode editor
https://recaf.coley.software
MIT License
5.99k stars 463 forks source link

Not Able to EDIT AND SAVE DECOMPILED CODE -ANDROID #658

Closed banditAmit closed 1 year ago

banditAmit commented 1 year ago
image
Col-E commented 1 year ago

Read the sections on editing here: https://www.coley.software/Recaf-documentation/use-editing.html

And to similar issues such as:

Additional context, I see this is 2x which implies you're using dex2jar. The process is going to be lossy, its rare that translating, decompiling, editing, recompiling, then retargeting to android works. There's a lot of opportunity for failures in that pipeline.

The 4x releases will be providing tooling that simplifies the process of working with Android inputs.