Fully functional guest<->host trampolines

This commit is contained in:
2025-10-31 00:45:32 -06:00
parent 55a62a27c9
commit 52cdd7c811
56 changed files with 1683 additions and 1488 deletions

View File

@@ -2,7 +2,7 @@
#include "types.h"
using PFLS_CALLBACK_FUNCTION = void (*)(void *);
typedef void (_CC_STDCALL *PFLS_CALLBACK_FUNCTION)(void *);
constexpr DWORD FLS_OUT_OF_INDEXES = 0xFFFFFFFF;
namespace kernel32 {