push ebp
mov ebp,esp
call 0x00000000//获取环境变量
push eax
call 0x00000000//获取命令行参数指针
mov eax,dword ptr ds:[eax]
push eax
call 0x00000000//获取命令行个数
mov ecx,dword ptr ds:[eax]
push ecx
call main//调用main函数
add esp,0xC
pop ebp
retn
push ebp
mov ebp,esp
call 0x00000000//获取环境变量
push eax
call 0x00000000//获取命令行参数指针
mov eax,dword ptr ds:[eax]
push eax
call 0x00000000//获取命令行个数
mov ecx,dword ptr ds:[eax]
push ecx
call main//调用main函数
add esp,0xC
pop ebp
retn