SkillAgentSearch skills...

Bsdp

An binary diff&patch library based on bsdiff algorithm(v4.3)

Install / Use

/learn @tsyeyuanfeng/Bsdp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BSDP

An binary diff&patch library based on bsdiff algorithm(v4.3)

INSTALLATION

Install with npm globally:

$ npm install --global bsdp

or as a dependency for your project:

npm install --save bsdp

USAGE

Use as a command-line tool:

$ bsdp diff oldfile newfile patchfile
$ bsdp patch oldfile newfile patchfile

or as a lib:

const bsdp = require('bsdp');

bsdp.diff(oldfile, newfile, patchfile);
bsdp.patch(oldfile, newfile, patchfile);
View on GitHub
GitHub Stars42
CategoryDevelopment
Updated8mo ago
Forks7

Languages

C

Security Score

67/100

Audited on Jul 15, 2025

No findings