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
Using Unpick, a tool developed by the Minecraft modding community, this process can be manually reversed. Unpick itself operates on Java bytecode, so it is not applicable to Android apps, but the file format for these "unpick definitions" is bytecode-independent and support for it could be integrated into JADX too. I'm bringing this up now since there's currently a discussion going on in its issue tracker regarding a potential v3 format, intended to be integrated natively into the Vineflower decompiler.
The text was updated successfully, but these errors were encountered:
Describe your idea
javac
tends to inline constants, leading to magic numbers appearing all over the decompiled code. A method like this:will be turned into this:
Using Unpick, a tool developed by the Minecraft modding community, this process can be manually reversed. Unpick itself operates on Java bytecode, so it is not applicable to Android apps, but the file format for these "unpick definitions" is bytecode-independent and support for it could be integrated into JADX too. I'm bringing this up now since there's currently a discussion going on in its issue tracker regarding a potential v3 format, intended to be integrated natively into the Vineflower decompiler.
The text was updated successfully, but these errors were encountered: