Initial commit.

This commit is contained in:
Mr_Goldberg 2019-04-13 12:21:56 -04:00
commit d968c3e1b5
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
238 changed files with 86384 additions and 0 deletions

4
dll/rtlgenrandom.c Normal file
View file

@ -0,0 +1,4 @@
#include <windows.h>
#define RtlGenRandom SystemFunction036
#define DLLEXPORT __declspec(dllexport)
DLLEXPORT BOOLEAN WINAPI RtlGenRandom(PVOID in, ULONG len) {}