Topic: Malware Asm Code generator
Hi,
I downloaded NGVCK,VCL,G2 and...virus construction kits for produce malware asm code that be compile easly.
But, I can't compile NGVCK or VCL32 virus correctly and I encounter some error in compile time when compile its with TASM32 and link with TLINK32.
NGVCK asm file compiled incorrect and map file is include below error:
Error: Unresolved external 'EXITPROCESS' referenced from module C:\TASM\BIN\NGVCK11.asm
and when I compile VCL32 malware asm file, below error write in map file:
Error: Unresolved external 'SLEEP' referenced from module C:\TASM\BIN\14.ASM
Error: Unresolved external 'EXITPROCESS' referenced from module C:\TASM\BIN\14.ASM
and when I analysis this exe files with anubis sandbox, I received same result for all of compiled files.
what is the reason of this errors and How change asm file to handle this errors?
thanks
Last edited by Seyyedhamzeh (2011-11-23 23:41:29)