Created
September 5, 2020 10:41
-
-
Save chenxinlong/09a8389b936a45e8d1f8864cbacb702b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 所有 syscall 函数可以在 strace 源码中的 linux/<platform>/syscallent.h 里找到,比如 x86_64 | |
| https://github.com/strace/strace/blob/master/linux/x86_64/syscallent.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment