Skip to content

Terminal Linux Syscall Reference Table for x86, x64, arm32 and arm64

License

Notifications You must be signed in to change notification settings

berkgoksel/sysref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysref

Linux Syscall Reference Table for x86, x64, arm32 and arm64, searchable via CLI.

Usage

$ pip3 install -r requirements.txt
$ python3 sysref.py -a <architecture> <keyword>

Example Usage

$ python3 sysref.py -a x86 -s sys_open
$ python3 sysref.py -a x86 dup

TODO

  • Add argument for shorter output (no reference, no syscall number)
  • Provide HTML output
  • Support for RISC-V

Acknowledgements

Syscall table for x86:

Syscall table for x64:

Syscall tables for arm32 and arm64:

About

Terminal Linux Syscall Reference Table for x86, x64, arm32 and arm64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages