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
- Host: GitHub
- URL: https://github.com/toasterbirb/syscall-sieve
- Owner: Toasterbirb
- License: gpl-3.0
- Created: 2024-11-08T22:51:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T22:15:05.000Z (over 1 year ago)
- Last Synced: 2024-12-09T23:22:51.579Z (over 1 year ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```