# pyJFP **Repository Path**: hexpang/py-jfp ## Basic Information - **Project Name**: pyJFP - **Description**: Jar File Patcher - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-09 - **Last Updated**: 2022-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JFP(JAR FILE PATCH) ## Usage: help: > jfp --help make a patch file: > jfp --create dest-20210709.jar --file dest-20210605.jar --output 20210709.patch apply a patch file: > jfp --apply 20210709.patch --output newest-20210709.jar