Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 504 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 504 Bytes

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