Skip to content

Quick script to find info about a syscall in a target architecture

Notifications You must be signed in to change notification settings

arty-hlr/syscall_info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

syscall_info

This is a script I created originally while working on shellcode writing to get instant info about syscalls from name and about the target architecture such as registers used and required instruction, as well as the syscall function C declaration. The xml files are originally in /usr/share/gdb/syscalls, but I've included them in the repo anyway, just in case.

It supports:

  • x86
  • x64
  • arm
  • arm64
  • mips
  • powerpc
  • powerpc64
  • sparc
  • sparc64

TO DO

  • Add color to the output

About

Quick script to find info about a syscall in a target architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages