This is mohana , I need your help for my project, could you help me if you can?.actually i need to create metamorphic Virus using metamorphic generator kit for my MS project. Means create one metamorphic virus code,in this code carry its “own metamorphic engine", that is, the metamorphic generator is part of the virus itself. Then, whenever the virus spreads somewhere, it can generate a metamorphic copy of itself, and the new copy can generate a metamorphic copy of itself,
actually my aim is to create one virus code and I have to insert this code into one virus generator. That generator produce some viruses.these out put should have different structure but should have same out put which means metamorphic concept. If these out puts have different structure then any other anti virus can not catch them.
My 1st step is to create a virus then I have to insert this into any one generator. I have one sample virus code. This code will find all .com files in the present directory and copy itself and produce the hidden files same name of the original one. So when the original one is running then the hidden one also will run. That’s all.
Actually In my own code I am using
.model tiny
.code
And for compile this code I am using tasm /m… and for link tlink /t…
But now I changed my code like
.386p
.model flat
.data
.code
For compile this code I am using tasm32 /ml.. and for link tlink32 /Tpe…
But I am getting some error now and I when changed some offset values then finally I got one .com file but when I open this .com file then I got none of result and my code doesn’t working.
Now I choose VCL32 generator. This generator is producing these kind of out puts But I don’t have any idea about generator and how to insert my code? I tried lot of generators MME,NGVCK,SMEG etc..but as usual got the bad feedback:( :( and we can use some other metamorphic generator also that’s not a problem.
and this is the link for TASM32..pls download this link
RapidShare: 1-CLICK Web hosting - Easy Filehosting
and this is the link for the VCL32 generator kit
VCL32 - Virus Construction Tools (VX heavens)
any one Could you Please tell me how to insert my code into one Metamorphic generator? and please help me to run my own code in TASM32..? if this code is working in TASM32 then I can join with generator code I guess.. so please check my code and recover my problem. Thanks in advance..
Regards,
Mohana.D


Sign In
Create Account


Back to top









