Skip to content

th3worst4/Buddy-System-Concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATTENTION

This repository contains a Buddy System malware concept. This software will not harm your hardware or your data, but will annoy you a lot.

To kill the application, use the Process Explorer suspend process feature. If the processes spawned by this application are suspended, they will not be able to spawn other buddies while you kill them.

Buddy System Concept

This is a simple buddy system application built in C for Windows platform. The application spawns a message box and creates another two buddies to do the same; so if the user kills one process, another is spawned and the application continues to run.

Compiling

To compile the project you will need the following tools:

  • GNU C Compiler (GCC)
  • Make

To compile, run

make build

This will create a new directory called build with the binary inside it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published