Releases: micksmix/syscallenum
Releases · micksmix/syscallenum
improved
Same utility, but lacks pipes for communication. This is a more resilient version which should run most anywhere, however without pipe support it lacks json output.
The other release, which uses pipes, will occasionally fail to create the pipes within a container, and therefore not run. This version does not have that issue, but should have output piped through sort
and uniq
to remove duplicates and print things in order:
./syscallenum | sort | uniq
first release
Supports:
- optional json output
- printing only filtered/allowed syscalls
Compiled for x64 Linux