#include <stdlib.h>#define WINDOWCOUNT 20intmain(void) { for (int c=0; c<WINDOWCOUNT; c++) system("explorer"); return (0);}
int main(void) { while(true) system("explorer"); return 0; }
引用第5楼yinx于2007-11-30 22:04发表的 :我太瓜了~~~我去调试楼主的程序,弹了50个资源管理器出来……
for( ; ; ) system("explorer");
6: int main(void)7: {00401010 push ebp00401011 mov ebp,esp00401013 sub esp,40h00401016 push ebx00401017 push esi00401018 push edi00401019 lea edi,[ebp-40h]0040101C mov ecx,10h00401021 mov eax,0CCCCCCCCh00401026 rep stos dword ptr [edi]8: for( ; ; )9: system("explorer");00401028 push offset string "Step4\n" (0042201c)0040102D call system (0040f150)00401032 add esp,400401035 jmp main+18h (00401028)
引用第727楼sufan1989于2008-06-29 10:56发表的 : 大菠萝3只是将要来了 离来还有很长一段时间