java实战 反编译

Last updated on September 15, 2024 pm

🧙 Questions

反编译jar

☄️ Ideas


# 解压
unzip ./target/star-plugin.jar -d xxx
jar -xvf ./target/star-plugin.jar

# 压缩
jar -cvfM0 star-plugin.jar ./
javap -c -v FileUtils.class

java实战 反编译
https://ispong.isxcode.com/spring/java/java实战 反编译/
Author
ispong
Posted on
December 9, 2021
Licensed under