選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

246B


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