程序员的吸星大法-IDA反汇编工具初探(4) .text:00401002 call GetModuleHandleA.text:00401007 mov hInstance, eax ; 取得当前模块实例句柄.text:0040100C call GetCommandLineA.text:00401011 mov lpCommandline, eax.text:00401016 push 0Ah ; nShowCmd.text:00401018 push lpCommandline ; lpCmdLine.text:0040101E push 0 ; hPrevInstance.text:00401020 push hInstance ; hInstance.text:00401026 call WinMain.text:0040102B push eax ; uExitCode.text:0040102C call ExitProcess