Originally Posted by yahya69
any easy way how to patch ... i tried to patch with flowrebuilder but no luck
saying that
patch does not have the correct format
txt file data -
patch1 : OFFSET 0C0010 LEGHT 6FFFE0
patch2 : OFFSET 7C0010 LEGHT 6FFFE0
patch3 : OFFSET 80000 LEGHT 20000
patch4 : OFFSET A0000 LEGHT 20000
patch5 : OFFSET 40000 LEGHT 20000
patch6 : OFFSET 60000 leght 20000
as i noticed that correct line format should be like this
name;offset(hex format);lenght(hex format) == that what the error message told me ..!?
as i change the format to the correct line a get another error
an error occured reading the offset values from patch file

|
rename the files 1=patch1, 2=patch2, etc.. all 6 files!.
create a new txt file, copy below;
patch1;0C0010;6FFFE0
patch2;7C0010;6FFFE0
patch3;080000;20000
patch4;0A0000;20000
patch5;040000;20000
patch6;060000;20000
save the new file as *.txt in the same directory as the renamed patch files, now try with flowrebuilder
ive not tested these offsets, patches 3,4,5,6 length could possibly be 020000, but havent compared to original dump. to see if the offsets are wrong in the patch file i posted.