Need a patch file creator

  • Thread starter Thread starter bananix
  • Start date Start date
B

bananix

Here's a problem I have

I have two big data files like 2gb which are different in size and
large parts of the files contain identical datablocks which are
scrambled in different offsets of the file...now the program should be
able analyze the differences and also be able to identify identical
datablocks in different parts of the file so it could generate a really
small patch file which can be used to make the other file identical
with the other. The patch could be executable or file that must be
aplied with the patch program. Java version would be nice so it would
work on many platforms.

Perhaps this could be implemented by making many checksums of sertain
sized blocks of the both files and then compare if there are identical
datablocks.

Does anyone have insight into this thing or some projects that might be
relevant or where I could post about this to get attention so perhaps
someone could make a program like that...
 
Here's a problem I have

I have two big data files like 2gb which are different in size and
large parts of the files contain identical datablocks which are
scrambled in different offsets of the file...now the program should be
able analyze the differences and also be able to identify identical
datablocks in different parts of the file so it could generate a really
small patch file which can be used to make the other file identical
with the other. The patch could be executable or file that must be
aplied with the patch program. Java version would be nice so it would
work on many platforms.

Perhaps this could be implemented by making many checksums of sertain
sized blocks of the both files and then compare if there are identical
datablocks.

Does anyone have insight into this thing or some projects that might be
relevant or where I could post about this to get attention so perhaps
someone could make a program like that...

Some text comparison apps that have been mentioned in ACF are listed here:

http://www.pricelesswarehome.org/acf/P_TEXT.php#1.05CompareTextInFiles

IIRC some text editors also have file comparison capabilities.

Susan
--
Posted to alt.comp.freeware
Search alt.comp.freeware (or read it online):
http://www.google.com/advanced_group_search?q=+group:alt.comp.freeware
Pricelessware & ACF: http://www.pricelesswarehome.org
Pricelessware: http://www.pricelessware.org (not maintained)
 
Le 16 Sep 2005 07:08:19 -0700, (e-mail address removed) a écrit :
Here's a problem I have

I have two big data files like 2gb which are different in size and
large parts of the files contain identical datablocks which are
scrambled in different offsets of the file...now the program should be
able analyze the differences and also be able to identify identical
datablocks in different parts of the file so it could generate a really
small patch file which can be used to make the other file identical
with the other. The patch could be executable or file that must be
aplied with the patch program. Java version would be nice so it would
work on many platforms.

Perhaps this could be implemented by making many checksums of sertain
sized blocks of the both files and then compare if there are identical
datablocks.

Does anyone have insight into this thing or some projects that might be
relevant or where I could post about this to get attention so perhaps
someone could make a program like that...

Hi,

you can try CodeFusion http://come.to/kobik
i don't know if it support so huge 2Gb file, but i've already use it as you
want to patch some .exe file.

@+
 
Back
Top