Страница 1 из 1
Merging Files
Добавлено: Сб июл 04, 2015 5:58 pm
MMI
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
Добавлено: Ср июл 08, 2015 12:14 am
bertelsmann
on Unix/Linux/OSX/QNX
cat file2 >>file1
after that file1 is merged content of 1 and 2
regards
Добавлено: Вс июл 12, 2015 12:00 am
MMI
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,
Добавлено: Пт июл 17, 2015 3:14 pm
audijiJQ
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