textfiles/virus/DOCUMENTATION/mpcgen.txt

47 lines
1.6 KiB
Plaintext

ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
º MPCGEN v1.0 (C)1993 by Itchy & Scratchy º
º Giving new meaning to the Mass Produced Code Genenerator º
º Thanks to Dark Angel of P/S º
ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
What it does:
Creates PS-MPC.CFG files by the shitload! It uses random values for
most of the cfg file information. It will also run PS-MPC, TASM, and TLINK
on each of the files. As tested it can generate/compile/assemble and link
500+ viruses in 25 minuets. Not bad....
ScanV104 only seems to find about 1 out of 12 of the viruses that this makes!
Usage:
mpcgen [First Filename] [Number to Make] /C /A /L
"First Filename"
The filename it will start with. Using it like "MPCGEN 1 100"
would make 1.CFG, 2.CFG all the way to 101.CFG! This must be a
number between 0 and 32000 without commas.
"Number to Make"
How many MPC.CFG files it will create. [Duh..]
/C - Compile each MPC.CFG file into an ASM file using PS-MPC.COM
/A - Assemble each ASM file (made with /C above) using TASM.EXE
/L - Link each OBJ file (made with /A above) using TLINK.EXE
For a full blown test try putting PS-MPC.COM, TASM.EXE, and TLINK.EXE
all in the same directory with this file. Type:
MPCGEN 1 100 /C /A /L
and you'll have an instant 100 viruses.
Do to bugs in PS-MPC not all of the .CFG files that this makes will
assemble correctly...(Are you listening Dark Angel?)