I have implemented a Binary Differencing Algorithm called Linear
Difference (Modified form of Greedy Algorithm) in a C# Application.
which uses byte by byte comparison.
Reference: http://hssl.cs.jhu.edu/~randal/burns_ipccc97.pdf
The Problem im having is that the algorithm works f9
for Text Files and BMPs but its not working for Application Specific
Binaries like, Microsoft Word, Excell, .Net EXEs etc.
When i reconstruct the document with the delta file
and the older version, It creates a corrupted version of the new file.
Any help in this regard will be most appreciated.
Thanks in Advance.
Regards,
Hameer
I had the problem sorted out.
Regards Hameer