using java decompiler jd-gui and getting // INTERNAL ERROR //

后端 未结 4 2039
灰色年华
灰色年华 2021-01-31 15:11

I decompiled an apk file using dex2jar and opened the resulting jar file in jd-gui. I can view almost all of the code nicely but one section - the constants - displays only

4条回答
  •  心在旅途
    2021-01-31 15:42

    Anyone passing by this question should look at this instead: https://github.com/deathmarine/Luyten

    Using this instead of jd-gui, I was able to successully view all code which showed as INTERNAL ERROR on jd-gui.

    You can also try Jadx: https://github.com/skylot/jadx

提交回复
热议问题