rizapn
04-15-2003, 11:40
Hi,
I just upload my daily tools (they are not super-tools, but they are very usefull, at least for me) for helping us doing flash patching. So, these tools are usefull only for you, who really like to learn more about flash patching.
fmenu.exe
DOS Executable file to search menu structure inside the full-flash. What you must know is some menu items text ID (in the language pack file).
For example, you just need to run this :
fmenu sl45v56.bin 354,1b7
to explore Surf and Fun menu inside your sl45v56.bin full-flash file, and that tools will display some other usefull info (for example: entry-points)
fbytes.exe
DOS Executable file to search some byte-code sequences inside the file. If you use search, try, and see the result method to create patch, then you probably need this tool.
Example usage : fbytes sl45v56.bin e6,,54,3
will do our search about "mov rx, 0354h" C166 assembler command.
All could be done from z-soft archive site, http://groups.yahoo.com/group/z-soft/files/Siemens/patching_tools.zip ... but you must be a z-soft mailing list member.
Hope they are usefull,
RizaPN
ps:
- fmenu.exe is tested for SL and S/ME flash structure.
I just upload my daily tools (they are not super-tools, but they are very usefull, at least for me) for helping us doing flash patching. So, these tools are usefull only for you, who really like to learn more about flash patching.
fmenu.exe
DOS Executable file to search menu structure inside the full-flash. What you must know is some menu items text ID (in the language pack file).
For example, you just need to run this :
fmenu sl45v56.bin 354,1b7
to explore Surf and Fun menu inside your sl45v56.bin full-flash file, and that tools will display some other usefull info (for example: entry-points)
fbytes.exe
DOS Executable file to search some byte-code sequences inside the file. If you use search, try, and see the result method to create patch, then you probably need this tool.
Example usage : fbytes sl45v56.bin e6,,54,3
will do our search about "mov rx, 0354h" C166 assembler command.
All could be done from z-soft archive site, http://groups.yahoo.com/group/z-soft/files/Siemens/patching_tools.zip ... but you must be a z-soft mailing list member.
Hope they are usefull,
RizaPN
ps:
- fmenu.exe is tested for SL and S/ME flash structure.