An open API service indexing awesome lists of open source software.

https://github.com/toasterbirb/syscall-sieve

[MIRROR] Find syscalls in a binary to help with separating glibc functions from program logic
https://github.com/toasterbirb/syscall-sieve

Last synced: over 1 year ago
JSON representation

[MIRROR] Find syscalls in a binary to help with separating glibc functions from program logic

Awesome Lists containing this project

README

          

# syscall-sieve

## Installation
To install syscall-sieve to /usr/local/bin, run the following
```sh
make install
```
You can customize the installation prefix with the PREFIX variable like so
```sh
make PREFIX=/usr install
```

## Uninstall
```sh
make uninstall
```