| Author |
Message |
   
martin
Username: quantum_flux
Registered: N/A
| | Posted on Thursday, Dec 6, 2007 - 3:00: | |
I have two files which have been merged together, I have one of the original files but not the other can WinHex be used to separate the original files out? If so how? Thanks for any help Martin |
   
Alfons Kramer
Username: admin3
Registered: 4-2004
| | Posted on Thursday, Dec 6, 2007 - 8:57: | |
This is a classical task for a Hex-Editor. If merged means concatenated, everything is easy: determine the position of the one of the original files and cut out the remainder and save it to a new file. If the merging is in fragments, the "Synchronize & Compare" from the "view" menu can be used to identify the complementary file. |
   
martin
Username: quantum_flux
Registered: N/A
| | Posted on Thursday, Dec 6, 2007 - 10:43: | |
Thanks for that, but is there anyway from this to produce the original file without any of the information from that of the second file? Martin |
   
martin
Username: quantum_flux
Registered: N/A
| | Posted on Thursday, Dec 6, 2007 - 10:44: | |
O sorry the file is merged not concatenated. Martin |