# lzma_bsdiff **Repository Path**: electrical-killer/lzma_bsdiff ## Basic Information - **Project Name**: lzma_bsdiff - **Description**: lzma+bsdiff工具 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 14 - **Created**: 2024-03-23 - **Last Updated**: 2025-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 根目录下先编译出目标文件main `make` ### LZMA压缩文件 `./main d test.bin destin.bin` test.bin为要压缩的文件,destin.bin为即将压缩后的文件,文件名可自己随意定义 ### LZMA解压文件 `./main e destin.bin encode.bin` destin.bin为要解压的文件,encode.bin为即将解压后的文件,文件名可自己随意定义