Skip to content

Releases: micksmix/syscallenum

improved

01 Jan 00:25
Compare
Choose a tag to compare

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

15 Dec 22:08
Compare
Choose a tag to compare

Supports:

  • optional json output
  • printing only filtered/allowed syscalls

Compiled for x64 Linux