janjongboom / janpatch

JojoDiff Alternative Patch library - portable C library for memory-efficient binary patching
Other
133 stars 25 forks source link

JoJoDiff 0.8.4 contains diff format changes #15

Closed Mgamerz closed 3 years ago

Mgamerz commented 3 years ago

Don't know if this library is still maintained, but as of September 2020 there is an update to jdiff that produces slightly different patch files. https://sourceforge.net/projects/jojodiff/files/


Existing diff-files will be handled correctly by the new version, 
but diff-files from the new version will not be handled correctly by previous versions !```

I write my own implementation of JPatch for C# - I am still looking into seeing what's changed, but I think it should be noted that unless the patch code is updated, implementations of jpatch/janpatch may not work with the latest version of jdiff.
Mgamerz commented 3 years ago

For some reason github gave me a 404 when I posted this, so it became a duplicate. The other one I'll leave open.