A windows virus coded in MASM
compile with MASM:
ml.exe /c /coff Era.asm
link.exe /subsystem:console Era.obj
This virus works on windows platform, and it's only a simple overwrite virus which will only infect the files in current directory.
After execution, the virus confirm the execution again:
Then open a prompt with basic informations about the executed virus file,
and show the found and infected files.
The infected PE files will act excactly the same as Era virus.
虛鹿(Falsedeer)@gamer.com.tw