The specification for Windows PE executables (available at http://www.microsoft.com/whdc/system/platform/firmware/PECOFF.mspx or in winnt.h) says that if the Magic field in the Optional Header is set to 0x107 then the program is a ROM image. But an image of what ROM? What kinds of programs would they be? Any examples would be great.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I believe the "kinds of programs" are used by EFI. See IMAGE_SUBSYSTEM_EFI_ROM.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.