goldberg_emulator/dll/rtlgenrandom.c

4 lines
162 B
C
Raw Normal View History

2019-04-13 16:21:56 +00:00
#include <windows.h>
#define RtlGenRandom SystemFunction036
#define DLLEXPORT __declspec(dllexport)
DLLEXPORT BOOLEAN WINAPI RtlGenRandom(PVOID in, ULONG len) {}