From 032a7bc4d79efea100a00cf3464bea3249a07ff6 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Thu, 4 Sep 2025 12:01:44 -0400 Subject: syscall message unmaps upon invoke --- arch/x86_64/syscall/invoke-untyped-retype.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/x86_64/syscall/invoke-untyped-retype.c (limited to 'arch/x86_64/syscall') diff --git a/arch/x86_64/syscall/invoke-untyped-retype.c b/arch/x86_64/syscall/invoke-untyped-retype.c new file mode 100644 index 0000000..4db91b9 --- /dev/null +++ b/arch/x86_64/syscall/invoke-untyped-retype.c @@ -0,0 +1,9 @@ +#include +#include + +int +ko_untyped_retype_memory_mapping( + objdir_entry_t *target) +{ + +} -- cgit v1.2.1