Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Binary Diff via Linear Difference

0 views
Skip to first unread message

Hameer

unread,
Jun 21, 2005, 6:28:44 AM6/21/05
to
Hello All,

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

Hameer

unread,
Jun 23, 2005, 2:02:04 AM6/23/05
to
Thank you everybody for not rplying.

I had the problem sorted out.

Regards Hameer

0 new messages