You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GeDaMo that section pertains specifically to AMD64 Linux kernel conventions. I'm not sure if macOS uses the same, do you have any information to that effect?
You have register RCX listed for the fourth parameter to syscalls but it should be R10.
"System V Application Binary Interface: AMD64 Architecture Processor Supplement"
https://github.com/hjl-tools/x86-psABI/wiki/x86-64-psABI-1.0.pdf
Page 148 "The kernel interface uses %rdi, %rsi, %rdx, %r10, %r8 and %r9."
The text was updated successfully, but these errors were encountered: