您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 年前
12345678910
  1. ---
  2. title: "Syscall64"
  3. description: "Doing direct syscalls on all platforms"
  4. draft: false
  5. ---
  6. A slightly hacky way (C macros) to do direct syscalls on either x86 or x64 windows,
  7. without any code change.
  8. http://vcs.wacked.codes/wacked/syscall64