This guide will use "debug.exe", a nice app that comes after DOS 2.0 and you possibly have it on Windows folder if your running Windows OS. So, no need to download fancy assemblers or compilers.
I'll try to explain each step... but dont expect more that a text on screen...
A nice description about DEBUG.EXE can be found in...
http://mirror.href.com/thestarman/asm/debug/debug.htm
and http://en.wikipedia.org/wiki/DEBUG
hellow.zip639 bytes
Remove these ads by
Signing UpStep 1: Undestanding DEBUG.EXE
We will be using DEBUG.EXE that was released after DOS 2.0, it's mainly used to debug 16-bits applications.
You possibly have it on Windows System folder if your running Windows OS.
In Windows XP, it can be found in C:\WINDOWS\SYSTEM32\DEBUG.EXE
Enter in command-lines (I hope you know how to do this... if not, maybe this tutorial isn't good for you), first step should be calling DEBUG.EXE, since C:\WINDOWS\SYTEM32 is included in "PATH" enviroment, you can call it any path or drive:
C:\> debug.exe
-
You can type "?" then press ENTER to see the help.
(Again) A nice description about DEBUG.EXE can be found in...
http://mirror.href.com/thestarman/asm/debug/debug.htm
and http://en.wikipedia.org/wiki/DEBUG
hellow.zip639 bytes






































Visit Our Store »
Go Pro Today »




If you want to play around with x86 assembly, I'll recommend:
NASM, best for 16-Bits DOS: http://www.nasm.us/
MASM32, best for 32-Bits WIN: http://www.masm32.com/
They are both free.
@Echo Off
msg * Hello World
pause
=)
for those who haven't seen the N-bomb http://www.friedbrains.com/video35.htm
http://en.wikiquote.org/wiki/Bill_Gates
Releasing virus is a serious crime now, i remember the case of the "ILoveYou" virus, the programmer were a woman, she got caught and sent to jail.
For my point of view, the HDD Bombers (Destroy file-system) and/or some BIOS ones(Make the PC un-bootable anymore without a BIOS reflash) were always the most scary type of virus to me.