Questions tagged [binary-diff]
20 questions
0
votes
4 answers
Is there any binary diff tool for android apk special for android apk file?
when trying to reduce the apk file size when updating, someone suggest to use bsdiff to make binary patch and merge the patch on client side. But I think this is a common binary diff tool and we can get smaller patch file like chrome do using…

Cloude Lee
- 159
- 3
- 7
0
votes
2 answers
How to quantitatively evaluate the difference of binary?
I know some binary diff tool like VBinDiff and others.
Currently I have a large number of binary, around 500.
So I am looking for a binary tool to quantitatively evaluate the
difference of binaries..
Like evaluate the
difference of binary 10 and…

lllllllllllll
- 8,519
- 9
- 45
- 80
0
votes
1 answer
Large file binary diff with permissive license
I'm looking for a native library or perhaps relatively simple algorithm to create and apply binary patches for files up to 1GB in size. These are binary database exports and unfortunately there's no other way to get only the changes. The patches…

Thijs van Dien
- 6,516
- 1
- 29
- 48
0
votes
1 answer
I can't find the code for diff binary in mercurial source code
I am reading source code of mercurial,but what I saw in bdiff.c and mdiff.py is processing text, not binary.but they said mercurial treat all files as binary.I am confused.

xiemeilong
- 643
- 1
- 6
- 21
-4
votes
2 answers
Binary diff algorithm for small binary blobs
There is a lot of information about binary diff algorithms for pretty big files (1MB+). However, my use case is different. This is why it is not a duplicate.
I have a collection of many objects, each in 5-100 byte range. I want to send updates on…

Max Yankov
- 12,551
- 12
- 67
- 135