You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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