您最多选择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