https://github.com/walid-git/fork-bomb
Simple C program to create infinite number of processes until no more space is available, with redefinition of SIGINT handler to avoid killing with CTRL+C
https://github.com/walid-git/fork-bomb
c cprogramming fork sigint-handler signal-handler signals system-programming
Last synced: 10 months ago
JSON representation
Simple C program to create infinite number of processes until no more space is available, with redefinition of SIGINT handler to avoid killing with CTRL+C
- Host: GitHub
- URL: https://github.com/walid-git/fork-bomb
- Owner: walid-git
- Created: 2019-11-22T13:31:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T13:36:46.000Z (about 6 years ago)
- Last Synced: 2025-01-20T18:47:25.890Z (11 months ago)
- Topics: c, cprogramming, fork, sigint-handler, signal-handler, signals, system-programming
- Language: C
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fork-Bomb
Simple C program to create infinite number of processes until no more space is available, with redefinition of SIGINT handler to avoid killing with CTRL+C