Jump to content

How to change the TASM code into TASM32 ? plz help me............

- - - - -

  • Please log in to reply
3 replies to this topic

#1
jeevame

jeevame

    Newbie

  • Members
  • Pip
  • 7 posts
Dear Friends,

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

Attached Files



#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,705 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
I take it you're trying to write one for Windows?
sudo rm -rf /

#3
jeevame

jeevame

    Newbie

  • Members
  • Pip
  • 7 posts

dargueta said:

I take it you're trying to write one for Windows?

yes this is a windows asm code..could u pls send the corrected one to my mail id?? my id is jeevame@gmail.com. thanks

#4
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,705 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
In your 32-bit code (mymodifiedcode.asm), change ORG 1000H to ORG 100H. That should fix it. I would test it before posting a solution, but I'm not testing a virus on my computer. :)
sudo rm -rf /




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users