資源簡介
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個文件信息
- 上一篇:UTF8-GBK編碼互轉(C)
- 下一篇:c++實現四則運算器源碼 支持括號
評論
共有 條評論