-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement at least linux/x86 and linux/amd64 syscall map #26
Labels
Milestone
Comments
Started implementing in this commit d1459f5 |
This is a duplicate of #1025 |
Closed
This was referenced Apr 27, 2015
Closed
yossizap
pushed a commit
to yossizap/radare2
that referenced
this issue
Dec 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Syscalls are missing from the linux maps. This tasks is tedious and hard to automate: http://stackoverflow.com/questions/6604007/how-can-i-get-a-list-of-linux-system-calls-and-number-of-args-they-take-automatic
Reply 1: We need to resolve the syscall arg types.. Maybe parsing strace sources?
Reply 2: This has been delayed until 0.9
Reply 3: The current version of hg uses sdb with RPair to get the syscall information. This fixes all bugs like speed and memory usage. We need to implement all those syscall information tables NOW!
The text was updated successfully, but these errors were encountered: