rflyer
January 17th, 2007, 10:08
Hi guys.
I have some problem with an VC++ 6.0 executable that uses MFC.
When i load this file to IDA it recognizes WinMain() and when i look to it,
there is just one call with only the parameters of WinMain():
push [esp+arg_C]
push [esp+4+arg_8]
push [esp+8+arg_4]
push [esp+0Ch+arg_0]
call ?AfxWinMain@@YGHPAUHINSTANCE__@@0PADH@Z
retn 10h
And i just don't know what next can i do...
My task is in analysyng what that exe is doing(there is some kind of virii stuff).
Can somebody help me?
I have some problem with an VC++ 6.0 executable that uses MFC.
When i load this file to IDA it recognizes WinMain() and when i look to it,
there is just one call with only the parameters of WinMain():
push [esp+arg_C]
push [esp+4+arg_8]
push [esp+8+arg_4]
push [esp+0Ch+arg_0]
call ?AfxWinMain@@YGHPAUHINSTANCE__@@0PADH@Z
retn 10h
And i just don't know what next can i do...
My task is in analysyng what that exe is doing(there is some kind of virii stuff).
Can somebody help me?