|
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.
|