Skip to content

An x86 linux syscall table reference tool. Handy for when writing shellcode and exploits.

License

Notifications You must be signed in to change notification settings

m57/x86_syscall_ref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

x86_syscall_ref

An x86 linux syscall table reference tool. Handy for when writing shellcode and exploits.

It allows you to search via function name or syscall id and returns the relevant information for setting up the stack / registers in x86 assembly. All of the syscall data is stored inside the script so no need for internet access.

About

An x86 linux syscall table reference tool. Handy for when writing shellcode and exploits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages