32 lines
504 B
Markdown
32 lines
504 B
Markdown
# fatalspin
|
|
|
|
A little tool that kills a random process in your unix system, written in C.
|
|
|
|
## Why?
|
|
|
|
I just did it for fun.
|
|
|
|
Really, no other reason.
|
|
|
|
## Be BOLD
|
|
|
|
Build and run it without reading the code using root privileges.
|
|
|
|
## How to build
|
|
|
|
```sh
|
|
make
|
|
```
|
|
|
|
## How to run
|
|
|
|
```sh
|
|
./fatalspin
|
|
```
|
|
|
|
Hint : maybe there's a way for you to find which process was killed (without reading the code).
|
|
|
|
## License
|
|
|
|
This project is licensed under the GPLv3+ License. See the [LICENSE](LICENSE) file for details.
|