# lzma_bsdiff **Repository Path**: qq791314247/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**: 3 - **Forks**: 15 - **Created**: 2022-11-13 - **Last Updated**: 2025-07-28 ## 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为即将解压后的文件,文件名可自己随意定义