View Single Post
Old 11-04-2012   #75
hewman
Member
null
 
Join Date: Jul 2011
Posts: 41
Likes: 9
Liked 24 Times in 8 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Originally Posted by yahya69 View Post
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.

Last edited by hewman; 11-04-2012 at 03:35 PM.
hewman is offline   Reply With Quote
Likes: (2)