# wackydevkit **Repository Path**: wolcengit/wackydevkit ## Basic Information - **Project Name**: wackydevkit - **Description**: Wacky Development Kit - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-18 - **Last Updated**: 2025-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wacky Development Kit 使用JDK17+ ```shell root@localhost:~/wackydevkit$ java --add-opens java.base/java.io=ALL-UNNAMED -jar target/wackydevkit.jar --help Usage: wackydevkit [-hV] [COMMAND] Wacky Development Kit -h, --help Show this help message and exit. -V, --version Print version information and exit. Commands: unpack 解压文件 unxms 解压XMS安装包 root@localhost:~/wackydevkit$ java --add-opens java.base/java.io=ALL-UNNAMED -jar target/wackydevkit.jar unpack --help Usage: wackydevkit unpack [-dhV] -i= -o= 解压文件 -d, --decompile 是否反编译 -h, --help Show this help message and exit. -i, --input= 要解压的文件 -o, --output= 输出的目录 -V, --version Print version information and exit. root@localhost:~/wackydevkit$ java --add-opens java.base/java.io=ALL-UNNAMED -jar target/wackydevkit.jar unxms --help Usage: wackydevkit unxms [-dhkV] -i= -o= 解压XMS安装包 -d, --decompile 是否反编译 -h, --help Show this help message and exit. -i, --input= XMS安装包 -k, --keep 是否保留临时文件 -o, --output= 输出的目录 -V, --version Print version information and exit. root@localhost:~/wackydevkit$ ```