15
sam9669
6y

import os

while(1):
os.fork()

Comments
  • 1
    i have an anti fork bomb daemon that kills all processes with the same name/file if there are more then 1000 processes with that name/file.
  • 0
    @romangraef that actually sounds pretty cool. Where did you find it? Or did you write it yourself?
  • 0
    wrote it myself. maybe someday ill post it on github but its spaghetti and only works on windows.
  • 0
    @romangraef I want this!
Add Comment