-
Notifications
You must be signed in to change notification settings - Fork 1
syndrowm/syscalls
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Little library to resolve syscall numbers and names In [1]: import syscalls In [2]: syscalls.linux('fork') Out[2]: 2 In [3]: syscalls.linux(2) Out[3]: 'fork' Currently supports freebsd, linux, netbsd, openbsd and osx.
About
resolve syscall names and numbers from various nixen
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published