From 4c0419d6ca5b855a4530226fe8853902f8b99f0c Mon Sep 17 00:00:00 2001 From: wacked Date: Sun, 10 Nov 2019 16:11:18 +0100 Subject: [PATCH] syscall64 --- content/projects/syscall64.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/projects/syscall64.md diff --git a/content/projects/syscall64.md b/content/projects/syscall64.md new file mode 100644 index 0000000..a45d46f --- /dev/null +++ b/content/projects/syscall64.md @@ -0,0 +1,10 @@ +--- +title: "Syscall64" +description: "Doing direct syscalls on all platforms" +draft: false +--- + +A slightly hacky way (C macros) to do direct syscalls on either x86 or x64 windows, +without any code change. + +http://vcs.wacked.codes/wacked/syscall64