bsdiff-node icon indicating copy to clipboard operation
bsdiff-node copied to clipboard

An binary diff and patch library based on bsdiff algorithm for NodeJS (Windows, Mac, Linux).

Results 2 bsdiff-node issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to integrate the functionality where the diff and patch functions can accept string or buffer rather than accepting the file url? Thanks in advance!

enhancement

the patch api throws error 'No such file or directory' when the file path contains chinese character on Windows 10. ``` const oldFile = 'C:\\Users\\famingyuan\\Desktop\\rhtx\\release\\1.2.0\\v1.2.0-win64-prod-c626ef.asar' const newFile = 'C:\\Users\\famingyuan\\Desktop\\rhtx\\release\\1.3.0\\result.asar' const...

bug