• 大小: 20KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-05-30
  • 语言: C/C++
  • 标签: 加密  解密  

资源简介

VC++注册码加密源程序(含注册机、解密机),本方法可有效控件版权软件被破解,保护你的软件产权不受侵害,压缩包内有两个源码包,一个是注册机源程序,另一个是解密机的源程序,一套完整的参考实例。   解密:初始化目标、生成解密匙、解密完成。

资源截图

代码片段和文件信息

// jiemishuo.cpp : Defines the class behaviors for the application.
// Downlooad by http://www.codefans.net

#include “stdafx.h“
#include “jiemishuo.h“
#include “jiemishuoDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CJiemishuoApp

BEGIN_MESSAGE_MAP(CJiemishuoApp CWinApp)
//{{AFX_MSG_MAP(CJiemishuoApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CJiemishuoApp construction

CJiemishuoApp::CJiemishuoApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CJiemishuoApp object

CJiemishuoApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CJiemishuoApp initialization

BOOL CJiemishuoApp::InitInstance()
{
// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

CJiemishuoDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .CA....       955  2001-12-11 19:35  注册机源码\JieMiJi\jiemishuo.clw

    .CA....      1936  2010-01-09 16:12  注册机源码\JieMiJi\jiemishuo.cpp

    .CA....      4213  2001-11-26 09:18  注册机源码\JieMiJi\jiemishuo.dsp

    .CA....       541  2001-11-26 09:18  注册机源码\JieMiJi\jiemishuo.dsw

    .CA....      1357  2001-11-26 09:18  注册机源码\JieMiJi\jiemishuo.h

    .CA....      4756  2001-11-29 14:38  注册机源码\JieMiJi\jiemishuo.rc

    .CA....      3619  2010-01-09 16:12  注册机源码\JieMiJi\jiemishuoDlg.cpp

    .CA....      1376  2001-11-29 11:42  注册机源码\JieMiJi\jiemishuoDlg.h

    .CA....      1078  2001-11-26 09:18  注册机源码\JieMiJi\res\jiemishuo.ico

    .CA....       401  2001-11-26 09:18  注册机源码\JieMiJi\res\jiemishuo.rc2

    .CA....       733  2001-11-29 11:42  注册机源码\JieMiJi\resource.h

    .CA....       211  2001-11-26 09:18  注册机源码\JieMiJi\StdAfx.cpp

    .CA....       999  2001-11-26 09:18  注册机源码\JieMiJi\StdAfx.h

    .CA....      1078  2001-11-29 11:53  注册机源码\ZhuCeJi\res\ZhuCeJi.ico

    .CA....       399  2001-11-29 11:53  注册机源码\ZhuCeJi\res\ZhuCeJi.rc2

    .CA....       639  2001-11-29 11:57  注册机源码\ZhuCeJi\resource.h

    .CA....       248  2010-01-09 16:12  注册机源码\ZhuCeJi\StdAfx.cpp

    .CA....       999  2001-11-29 11:53  注册机源码\ZhuCeJi\StdAfx.h

    .CA....       816  2001-12-11 19:34  注册机源码\ZhuCeJi\ZhuCeJi.clw

    .CA....      1871  2001-11-29 11:53  注册机源码\ZhuCeJi\ZhuCeJi.cpp

    .CA....      4148  2001-11-29 14:33  注册机源码\ZhuCeJi\ZhuCeJi.dsp

    .CA....       537  2001-11-29 11:53  注册机源码\ZhuCeJi\ZhuCeJi.dsw

    .CA....      1335  2001-11-29 11:53  注册机源码\ZhuCeJi\ZhuCeJi.h

    .CA....      4662  2001-11-29 12:00  注册机源码\ZhuCeJi\ZhuCeJi.rc

    .CA....      3035  2010-01-09 16:12  注册机源码\ZhuCeJi\ZhuCeJiDlg.cpp

    .CA....      1298  2001-11-29 11:55  注册机源码\ZhuCeJi\ZhuCeJiDlg.h

    .C.D...         0  2001-12-11 19:33  注册机源码\JieMiJi\res

    .C.D...         0  2001-12-11 19:33  注册机源码\ZhuCeJi\res

    .C.D...         0  2010-01-09 16:17  注册机源码\JieMiJi

    .C.D...         0  2010-01-09 16:14  注册机源码\ZhuCeJi

............此处省略4个文件信息

评论

共有 条评论