SkillAgentSearch skills...

Zombies

A zombie process creation kit for Linux.

Install / Use

/learn @vakuum/Zombies
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Zombies Build status

A zombie process creation kit for Linux.

Usage

$ git clone git://github.com/vakuum/zombies
$ cd zombies
$ gcc zombies.c -o zombies
$ ./zombies 2013 &
$ top

zombies

Different flavors

Fast zombies

$ gcc -Ofast zombies.c -o zombies

Wall zombies

$ gcc -Wall zombies.c -o zombies

Modern zombies

$ gcc -std=c1x zombies.c -o zombies

Pedantic zombies

$ gcc -pedantic zombies.c -o zombies

Stripped zombies

$ gcc zombies.c -o zombies
$ strip zombies

Traditional zombies

$ gcc -std=c89 zombies.c -o zombies

License

All zombies were released into the public domain in 2013 by Clemens Fuchslocher.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks2

Languages

C

Security Score

70/100

Audited on Dec 30, 2024

No findings