-
1
- #1
Hi,
I’m trying to write an .exe file in C/C++ that will search BIOS (In fact memory locations between f000:0000 and f000:ffff) for a strind I specified (that is: “mybiosstring0123”). And if it finds the string, it will call pkunzip and unzip a zipped file. If it doesn’t find the string it will display an error message. I need the source codes of such a program. I used DMIFLASH and placed my string into the BIOS. And I can read it by using debug under DOS.
Thanks.
I’m trying to write an .exe file in C/C++ that will search BIOS (In fact memory locations between f000:0000 and f000:ffff) for a strind I specified (that is: “mybiosstring0123”). And if it finds the string, it will call pkunzip and unzip a zipped file. If it doesn’t find the string it will display an error message. I need the source codes of such a program. I used DMIFLASH and placed my string into the BIOS. And I can read it by using debug under DOS.
Thanks.