Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 JAD 反编译 .Class 文件时,私有变量显示私有变量中的未知字符。
我的命令如下:
jad.exe -r -ff -d classes -s java classes/**/*.class
我尝试过其他反编译器(CFR、Procyon、Fernflower)并且都有类似的问题。有没有更好的方法将这些未知字符覆盖为其他可读性单词?