A little WIN3.1 virus I made with VBScript.
The Budgie Virus is meant for Windows 16-bit operating systems (pre-9x)
It currently only works in Windows 3.1, the only version I tested.
--Before running--
- Both the
BUDGIE.EXE
andVBRUN100.DLL
files on your computer. - Any software capable of making floppy disk image files (like
cat
for example)
--For VMs--
- A virtual machine running Windows 3.1 (or similar 16bit versions) -- VirtualBox is used on this tutorial but other VMs should work
- That is it.
--For real hardware (DON'T RECOMMEND!)--
- A computer or laptop running Windows 3.1 (or similar 16bit versions) -- This will be the victim
- A blank floppy disk (with at least 5KB of free space)
- A .img burning software (such as RawWrite)
- A Floppy disk writer/reader on both computers (if you don't have one on your main computer, you can just buy a USB one)
Budgie.exe is a basic VBS-based virus made with the Virtual Basic app on Windows 3.1. It basically gets rid of everything in the C:\WINDOWS\
directory (excluding the \system\ folder)