Decompile Java JAR using JD-GUI tutorial for beginners
2022-12-27 00:22:12 Author: www.reddit.com(查看原文) 阅读量:21 收藏

r/ReverseEngineering

Crossposted by27 minutes ago

level 1

  1. You should use the JD-GUI options to disable writing source lines as noted around 10:00

  2. Also around that mark, commenting on the "human" like nature of the de-compilation, most Java decompilers are very accurate when fed non-obfuscated code. You can find an academic level comparison of their accuracy here: https://arxiv.org/abs/1908.06895

  3. Around 28:00 regarding decompilation using language features matching the version of the bytecode, CFR has the most fine level of control for this.


文章来源: https://www.reddit.com/r/ReverseEngineering/comments/zvql0g/decompile_java_jar_using_jdgui_tutorial_for/
如有侵权请联系:admin#unsafe.sh