Relative Content

Tag Archive for c++memoryruntimestdcalledk2

How do I call Windows functions from EDK2?

I made a DXE_RUNTIME_DRIVER in EDK2. It hooks the gRT->Setvariable function, which I use to communicate with the driver from Windows (by setting a NVRAM variable, which sends data to the hooked function). I am trying to call a Windows function in memory but it never works.