-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
求教保存出现这个是怎么回事啊 #13
Comments
应该是缺少依赖包,比如fastjson2,还有kotlin的包,你的jar依赖这个,把依赖包添加到外部库就行 |
按提示根据具体情况修改一下编译语法问题吧,比如super这个放第一行,还有未覆盖抽象方法,IDEA自带的反编译器的反编译效果不一定100%准 |
目前依赖IDEA自带的反编译器(Fernflower)有一些弊端,后续考虑增加其他反编译器比如CFR 、Procyon等,还会考虑引入字节码修改工具javassist,ASM等解决修改混淆jar问题 |
好的 谢谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: