mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 22:56:13 +00:00
Initial guest-to-host trampoline generation
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include "context.h"
|
||||
#include "modules.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace vcruntime {
|
||||
|
||||
void *WIN_ENTRY memcpy(void *dest, const void *src, size_t count) {
|
||||
|
||||
Reference in New Issue
Block a user