syscall64

This commit is contained in:
2019-11-10 16:11:18 +01:00
parent 8d3bfb3383
commit 4c0419d6ca

View File

@@ -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