Skip to content
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

Closed
XVilka opened this issue Nov 17, 2012 · 2 comments
Closed

Implement at least linux/x86 and linux/amd64 syscall map #26

XVilka opened this issue Nov 17, 2012 · 2 comments
Milestone

Comments

@XVilka
Copy link
Contributor

XVilka commented Nov 17, 2012

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!

@XVilka
Copy link
Contributor Author

XVilka commented Apr 23, 2013

Started implementing in this commit d1459f5

@jvoisin
Copy link
Contributor

jvoisin commented Jun 14, 2014

This is a duplicate of #1025

@jvoisin jvoisin closed this as completed Jun 14, 2014
@radare radare mentioned this issue Nov 7, 2015
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
Projects
None yet
Development

No branches or pull requests

2 participants