PDA

Просмотр полной версии : Merging Files



MMI
04.07.2015, 17:58
Hi ,

Can anybody explain how to merge 2 files ? I have 2 bga dumps and i need 1 file like FS0

How to do that with 010 editor for example.

Thanks a lot !

Regards,

Roy

bertelsmann
08.07.2015, 00:14
on Unix/Linux/OSX/QNX

cat file2 >>file1

after that file1 is merged content of 1 and 2

regards

MMI
12.07.2015, 00:00
Thanks for the answer,

I need the next: file 1 the first to bytes and then file 2 the 2nd two and then file 1 3th 2 bytes and so on.

So xx = file 1 ff = file 2

xx ff xx ff xx ff xx ff

That needs to be the result.

Regards,

audijiJQ
17.07.2015, 15:14
Looks like you're using two gl512 data merge

Not very well done, I read the file, two gl512 match the size of the data, cross merge to, not so good out