mirror of
https://github.com/decompals/wibo.git
synced 2025-12-15 16:16:09 +00:00
Initial guest-to-host trampoline generation
This commit is contained in:
12
dll/bcrypt.h
Normal file
12
dll/bcrypt.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
using BCRYPT_ALG_HANDLE = PVOID;
|
||||
|
||||
namespace bcrypt {
|
||||
|
||||
NTSTATUS WINAPI BCryptGenRandom(BCRYPT_ALG_HANDLE hAlgorithm, PUCHAR pbBuffer, ULONG cbBuffer, ULONG dwFlags);
|
||||
BOOL WINAPI ProcessPrng(PBYTE pbData, SIZE_T cbData);
|
||||
|
||||
} // namespace bcrypt
|
||||
Reference in New Issue
Block a user