class文件逆向及修改

使用jd-gui即可反编译jar包

使用jclasslib 可以阅读,修改class文件

如果需要动态修改类文件(如gradle插件)可以使用asm库

https://asm.ow2.io/