• 关闭侧边栏
  • 第 90 页,共 166 页« 最新...86878889909192939495...最旧 »

    Main File(hotfixtest.cpp)[Fix vista Filetime]:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    
    // hotfixtest.cpp : 定义控制台应用程序的入口点。
    //
    #include "stdafx.h"
    #include "hotfix.h"
    int _tmain(int argc, _TCHAR* argv[])
    {
    	std::cout < < "Hotfix Begin:" <<std::endl;
    	std::cout << "----------------------------------------------------------------" <<std::endl;
    	Hotfix h[500];
    	COleDateTime lastfix;
    	_bstr_t lastdate;
    	int counts=Gethotfix(h,lastfix);
    	if (counts == -1)
    	{
    		std::cout <<"Error while connet to wmi service"<<std::endl;
    	}
    	else
    	{
    		int j =0;
    		while ( h[j].csname.length() !=0 && h[j].HotFixID.length() !=0)
    		{	
    			std::cout << "HotFixID: " <<h[j].HotFixID<<std::endl;
    			std::cout << "Hotfix InstalledOn: " <<h[j].InstalledOn<< std::endl;
    			//std::cout << "Hotfix Name: " <<h[j].HotFixName<< std::endl;
    			//std::cout << "----------------------------------------------------------------" <<std::endl;
    			j++;
    		}
    		std::cout << "======================"<< std::endl;
    		lastdate = ColeTime2Bstr(lastfix);
    		std::cout << "Hotfix  last pached on:" << lastdate<<"     All patchs:"<<j<< std::endl;
    	}
    	int endno;
    	std::cin>>endno;
    	return 0;
    }

    Continue reading

    用户名密码随意登录即可,什么用处我也不知道。 :D

    猛击此处下载破解版程序~

    猛击此处下载安装程序和软件破解补丁(提取码:f03737fc9),安装后请选择离线激活模式,在启动之后模块需要中心激活。激活后不影响使用。有任何问题可以在后面给我留言。
    Continue reading

    Cpp File:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    
    // hotfixtest.cpp : 定义控制台应用程序的入口点。
    //
     
    #include "stdafx.h"
    #include "hotfix.h"
     
    int _tmain(int argc, _TCHAR* argv[])
    {
               //系统共享检测代码
    	NetShare Myshare[50];
    	int shareno = GetNetShare(Myshare);
    	std::cout < < "----------------------------------------------------------------" <<std::endl;
    	std::cout << "Net share check Begin:" <<std::endl;
    	std::cout <<"Net share Numbers:"<<shareno<<std::endl;
    	std::cout << "----------------------------------------------------------------" <<std::endl;
    	std::cout << "---Name--------------Path-------------------------------" <<std::endl;
    	int k =0;
    	while (Myshare[k].Name.length() !=0)
    	{	
    		std::cout <<  Myshare[k].Name<<"    "<<Myshare[k].Path<< std::endl;
    		k++;
    	}
    	std::cout << "----------------------------------------------------------------" <<std::endl;
    	std::cin>>k;
    	return 0;
    }

    Continue reading

    第 90 页,共 166 页« 最新...86878889909192939495...最旧 »

    Site Search:

    站点说明

    本站所破解的程序仅限于分析研究只用,不可用于非法用途,如果喜欢该软件请购买正版。并且由于程序所造成的损失本人概不负责。【订阅本站文章】

    联系方式:

    博客:http://www.h4ck.org.cn

       http://h4ck.ws

    微博:http://www.obaby.org.cn

    Twitter:http://twitter.com/#!/ob4by

    QQ:289090351/382291381

    ICQ:242354290

    Msn:obaby.lh[at]hotmail.com

    Gtalk:obaby.lh[at]gmail.com

    • 2012-05-15 12:13:16 #obaby
      obaby 说 《北京日报》微博呼吁骆家辉公布财产,它并不知道早在1978年美国通过了《政府伦理法》,要求每位联邦雇员申报财产,而骆家辉的财产早就公开了。《北京日报》微博是在昨天转发一网友微博时,发出了“请骆家辉公布财产”的要求,该帖子已经删除,它重新转发了该微博,但删除了评论。 2012-05-15 12:13:16 from Web […]
    文章总数:661
    分类目录:22
    标签:73
    评论数:827
    文字:1032024
    安装时间:2009-08-10
    最后更新:2012-5-18 12:23am

    统计信息:

    版权信息:

    [Valid RSS] Valid CSS!

    hacker emblem

    知识共享许可协议
    火星信息安全研究院 by obaby is licensed under a Creative Commons 署名-非商业性使用-相同方式共享 2.5 中国大陆 License.
    基于www.h4ck.org.cn上的作品创作。