I need to search the video bios rom memory at 0xC0000 for certain data. I created an unsafe class and a pointer to the location but I get back all zero's. I read that I need to map physical memory into my user area. Any idea how I do that in C#
Thanks,
Evan Hicks