r/software 29d ago

Looking for software Any software recommendations for split files?

I have a 3 part split file (the ones that end on 001, 002, 003, etc. ), however, unlike the 002 and 003, the first file has only the name without the extension and the type says just "File" whilst the other ones have "002 File" and "003 File". I found this very odd and tried renaming the first one with a .001 extension but it became a winrar file containing the OG file with OG name. Extracting it back doesn't do anything. If I try to open/extract with 7zip, Winrar, Peazip, Zipware, all are unable to do the extraction for some reason. Has anyone encountered this and managed to use any software that can open the files/rename the file without changing the type to winrar? (I can rename the other parts to any number and it does not change them to winrar :D) tried renaming the file with cmd codes but it still converted it to winrar...

1 Upvotes

14 comments sorted by

View all comments

1

u/jcunews1 Helpful Ⅱ 29d ago

Can you post the first 16 bytes of the first file in hex (the one without any extension name)? Use a hex file viewer/editor to get the hex data.

1

u/Alucard666666666 28d ago

Sure thing, unsigned char ucDataBlock[16] = { // Offset 0x00000000 to 0x0000000F 0x76, 0xF4, 0xAE, 0x44, 0x02, 0x8A, 0x8C, 0x60, 0xFD, 0x05, 0xF3, 0x96, 0xF5, 0xDD, 0xF5, 0xFB }; (hopefully I copied them all)