Additional Details
When an infected file is executed, the virus scans the KERNEL32.DLL data,
gets addresses of necessary Windows functions (CreateFile, SetFilePointer,
ReadFile, WriteFile, CloseHandle, CreateProcessA, GetModuleHandleA,
GetProcAddress), copies itself into not used data in the Windows kernel and
hooks CreateProcess function. To hook this function the virus patches the
Windows kernel with Jmp_Virus instruction. While infecting a file the virus
increases the size of its last file section and writes itself to there.
[Analysis: Eugene Kaspersky]