Skip to content

raafatfeki/syscall-_arg-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syscall-_arg-table

To Generate the syscall table:

  1. Generate a "tag" file for the syscalls.h file. sudo ctags --fields=S --c-kinds=+pc /"kernel_path"/include/linux/syscalls.h
  2. Execute the python script python syscall_gen.py

There are two outputs files: syscall_info.h: It contains the defintion of the syscall entries. types.txt: It contains all syscall arguments types. (The types are of the type "syscall_arg_type" defined in "syscall_param.h")

About

Generate a syscall table with arguments type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published