|
Originally Posted by OddbOd
|
Just copy the boot.bmp file from the Windows directory of your Axim and open it in your hex editor, then, search in the RIS file for the sequence of bytes at the beginning.
For example on an X30 A02 ROM you would do a search for "42 4D 36 30 01 00". The first two bytes are always 42 4D and the next four are the file size according to the MS DIB specification.
|
Okay, I opened the boot.bmp on my x30 A05 C unit and got the following string:
42 4D 34 30 01 00
I found that string in the RIS file at:
0014e268-0014e26e
Now what?
BTW I'm using Hex Editor as my program.