EMAIL SECURITY

Email Hacking and Password Retrievals

NETWORK HACKS

Network Hacking Techniques Exposed!

PC SECURITY

Tips to Protect your PC from being Hacked

VIRUS CREATION

Learn How to Create Viruses on your Own

XP HACKS

Various Tricks and Hacks to Modify XP

Home » Archive by Category

Articles in the C SOURCE CODES Category

A Virus Program to Disable USB Ports
Sunday, 19 Jul, 2009 – 17:42 | 39 Comments
A Virus Program to Disable USB Ports

In this post I will show how to create a simple virus that disables/blocks the USB ports on the computer (PC). As usual I use my favorite C programming language to create this virus. Anyone with …

How to Compile C Programs
Saturday, 18 Jul, 2009 – 20:41 | 31 Comments
How to Compile C Programs

In many of my previous posts especially in the VIRUS CREATION section, I have used C as the programming language. If you’re new to C programming and find it difficult to compile the C source …

How to Make a Trojan Horse
Sunday, 5 Apr, 2009 – 18:41 | 81 Comments
How to Make a Trojan Horse

Most of you may be curious to know about how to make a Trojan or Virus on your own. Here is an answer for your curiosity. In this post I’ll show you how to make a simple …

A Virus Program to Block Websites
Friday, 21 Nov, 2008 – 8:46 | 65 Comments
A Virus Program to Block Websites

Most of us are familiar with the virus that used to block Orkut and Youtube site. If you are curious about creating such a virus on your own, here is how it can be done. As …

A Virus Program to Restart the Computer at Every Startup
Friday, 17 Oct, 2008 – 8:49 | 99 Comments
A Virus Program to Restart the Computer at Every Startup

Today I will show you how to create a virus that restarts the computer upon every startup. That is, upon infection, the computer will get restarted every time the system is booted. This means that …

File Embedder Project in C
Monday, 21 Jul, 2008 – 8:40 | 5 Comments
File Embedder Project in C

Some times it is necessary for our compiled project to have it’s supporting files embedded within the EXE module itself so that the supporting files may not be put into a seperate folder and carried …