Matthijs Lavrijsen

Results 2 issues of Matthijs Lavrijsen

Hi, thanks for your work on this! The following code will fail to link: ```C #include #include #include CONST UINT32 _gUefiDriverRevision = 0; CHAR8 *gEfiCallerBaseName = "LinkMe"; EFI_STATUS EFIAPI UefiUnload...

The following will detect a kernel debugger on any system running Windows 2000 or later: ``` C++ #include #include int main(int argc, char* argv[]) { unsigned char b = *(unsigned...