PDA

View Full Version : help_program


shadow01
04-25-08, 08:56 AM
Good afternoon...

Ito occupy a different position in the memory and will be identified by a number.
- The first copy of the present program when it begins itself is number 0.

I don´t know how to start...

This is so the first part of the program, without which I don´t do the following procedures. If you have ideias, please, post here. If you can to produce or would like that you help me:
I need to do a program in Assembly language that makes the following things:
- it creates copies of itself in memory;
- the control of the system transfers to a chosen copy of that previously it created and (consequently) if remembers that active copy in data moment;
- each copy will have to explain this program in another language (for example C) I also accept... I will try to adapt for assembly. Please, help me.

Thanks, Tania

Donkey
04-26-08, 08:47 AM
You will find it difficult to get an answer to your problem unless you explain the nature of the program you are trying to create. It seems to be a memory resident virus you are writing. I will also post this message here...

http://www.masm32.com/board/index.php?topic=9138.0

Donkey