11 2011 档案
我只是来刷屏的
摘要:#include <stdio.h>#include <windows.h>void ShowKey(char *key,int level){ HKEY hKey; if(ERROR_SUCCESS == RegOpenKeyEx(HKEY_CLASSES_ROOT,key,0,KEY_ENUMERATE_SUB_KEYS,&hKey)){ LONG ret = ERROR_SUCCESS; int index = 0; char buffer[8192]; while(ret != ERROR_NO_MORE_ITEMS){ DWORD buffer_siz
阅读全文
产生奇怪问题的汇编程序。。。
摘要:.686 .model flat,stdcall option casemap:none;>>>>>>>>>>>>>>>>>>>>>>>>>>>include windows.incinclude kernel32.incinclude user32.incincludelib kernel32.libincludelib user32.lib;>>>>>>>>>>>&
阅读全文
浙公网安备 33010602011771号