mirror of
https://github.com/decompals/wibo.git
synced 2025-12-18 01:15:37 +00:00
Initial guest-to-host trampoline generation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
|
||||
namespace advapi32 {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
|
||||
struct ACL {
|
||||
BYTE AclRevision;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
|
||||
enum SID_NAME_USE : DWORD {
|
||||
SidTypeUser = 1,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
|
||||
using ALG_ID = DWORD;
|
||||
using HCRYPTPROV = ULONG_PTR;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include "types.h"
|
||||
|
||||
struct FILETIME;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user