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

display syscall names in x32 mode #159

Closed
hckuo2 opened this issue Feb 19, 2021 · 3 comments · Fixed by #160
Closed

display syscall names in x32 mode #159

hckuo2 opened this issue Feb 19, 2021 · 3 comments · Fixed by #160

Comments

@hckuo2
Copy link

hckuo2 commented Feb 19, 2021

It would be nice to show syscall name for 32 bit syscalls.
Now what I see is only the raw number as the following:
image

@hckuo2
Copy link
Author

hckuo2 commented Feb 19, 2021

I found that there's actually support for i386. But when the kernel is amd64 mode with 32 compat support, the 32 bit system call is done by nr |= 0x40000000.

@david942j
Copy link
Owner

david942j commented Feb 20, 2021

Sounds reasonable to add this enhancement, thanks for pointing out this!

@david942j david942j changed the title 32 bit compat syscall info display syscall in x32 mode syscall Feb 21, 2021
@david942j david942j changed the title display syscall in x32 mode syscall display syscall names in x32 mode Feb 21, 2021
@hckuo2
Copy link
Author

hckuo2 commented Feb 27, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants