PDA

View Full Version : 3 hex dump compare app



richiebb
16th August, 2023, 01:17 PM
I created a multiple dump comparer a long time ago that I shared on the forum but it was too limited in terms of memory management to handle very large files.

Today I want to share a dump comparer that I use for a year now for 3 dumps that can handle big files as it only loads 4kb per file but start index can be changed.

It is made in python and compiled on my AMD64bits computer with cx_Freeze..... according to the compiler configuration it should work on 32bits system but I haven't tested it.

I hope you find it as useful as it is for me.

dump compare.zip = (portable version... more compatible)
3dump_compare.zip = (MSI installer version only tested in win64)

If someone wants to try to improve it, the source code is in a github repo (https://github.com/rbb-soft/3-dump-compare)

richiebb
27th September, 2023, 02:41 PM
because many of you have asked me to include the file names in the gui.

here I leave you.

https://www.digital-kaos.co.uk/forums/attachment.php?attachmentid=987237&d=1695821005&thumb=1 (https://www.digital-kaos.co.uk/forums/attachment.php?attachmentid=987237&d=1695821005)
https://www.digital-kaos.co.uk/forums/images/styles/DarkCore/misc/paperclip.png Attached Files

https://www.digital-kaos.co.uk/forums/images/styles/DarkCore/attach/zip.gif 3 Dump Comapare.zip (https://www.digital-kaos.co.uk/forums/attachment.php?attachmentid=987235&d=1695820903) (9.87 MB, 0 views)
https://www.digital-kaos.co.uk/forums/images/styles/DarkCore/attach/zip.gif 3 dump's compare protable_.zip (https://www.digital-kaos.co.uk/forums/attachment.php?attachmentid=987236&d=1695820903) (9.96 MB, 0 views)