資源簡(jiǎn)介
x64注入源碼.zip

代碼片段和文件信息
//?Demo.cpp?:?定義應(yīng)用程序的類行為。
//
#include?“stdafx.h“
#include?“Demo.h“
#include?“DemoDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif
//?CDemoApp
BEGIN_MESSAGE_MAP(CDemoApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()
//?CDemoApp?構(gòu)造
CDemoApp::CDemoApp()
{
//?支持重新啟動(dòng)管理器
m_dwRestartManagerSupportFlags?=?AFX_RESTART_MANAGER_SUPPORT_RESTART;
//?TODO:?在此處添加構(gòu)造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}
//?唯一的一個(gè)?CDemoApp?對(duì)象
CDemoApp?theApp;
//?CDemoApp?初始化
BOOL?CDemoApp::InitInstance()
{
//?如果一個(gè)運(yùn)行在?Windows?XP?上的應(yīng)用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來(lái)啟用可視化方式,
//則需要?InitCommonControlsEx()。否則,將無(wú)法創(chuàng)建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設(shè)置為包括所有要在應(yīng)用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);
CWinApp::InitInstance();
//?創(chuàng)建?shell?管理器,以防對(duì)話框包含
//?任何?shell?樹視圖控件或?shell?列表視圖控件。
CShellManager?*pShellManager?=?new?CShellManager;
//?標(biāo)準(zhǔn)初始化
//?如果未使用這些功能并希望減小
//?最終可執(zhí)行文件的大小,則應(yīng)移除下列
//?不需要的特定初始化例程
//?更改用于存儲(chǔ)設(shè)置的注冊(cè)表項(xiàng)
//?TODO:?應(yīng)適當(dāng)修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應(yīng)用程序向?qū)傻谋镜貞?yīng)用程序“));
CDemoDlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?在此放置處理何時(shí)用
//??“確定”來(lái)關(guān)閉對(duì)話框的代碼
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?在此放置處理何時(shí)用
//??“取消”來(lái)關(guān)閉對(duì)話框的代碼
}
//?刪除上面創(chuàng)建的?shell?管理器。
if?(pShellManager?!=?NULL)
{
delete?pShellManager;
}
//?由于對(duì)話框已關(guān)閉,所以將返回?FALSE?以便退出應(yīng)用程序,
//??而不是啟動(dòng)應(yīng)用程序的消息泵。
return?FALSE;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-15?01:38??x64注入源碼\
?????目錄???????????0??2018-08-15?01:49??x64注入源碼\x64Inject\
?????目錄???????????0??2015-11-09?16:57??x64注入源碼\x64Inject\Demo\
?????文件????????1934??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\Demo.cpp
?????文件?????????430??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\Demo.h
?????文件????????8258??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\Demo.rc
?????文件????????9973??2015-11-05?15:34??x64注入源碼\x64Inject\Demo\Demo.vcxproj
?????文件????????1967??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\Demo.vcxproj.filters
?????文件?????????143??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\Demo.vcxproj.user
?????文件????????1814??2015-11-07?14:53??x64注入源碼\x64Inject\Demo\DemoDlg.cpp
?????文件?????????498??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\DemoDlg.h
?????文件????????2805??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\ReadMe.txt
?????文件?????????414??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\Resource.h
?????目錄???????????0??2015-11-09?16:57??x64注入源碼\x64Inject\Demo\res\
?????文件???????67777??2009-08-31?02:31??x64注入源碼\x64Inject\Demo\res\Demo.ico
?????文件?????????664??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\res\Demo.rc2
?????文件?????????137??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\stdafx.cpp
?????文件????????1587??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\stdafx.h
?????文件?????????234??2015-11-05?15:26??x64注入源碼\x64Inject\Demo\targetver.h
?????目錄???????????0??2015-11-11?17:55??x64注入源碼\x64Inject\DllInject\
?????文件????????1999??2015-11-07?16:01??x64注入源碼\x64Inject\DllInject\DllInject.cpp
?????文件?????????460??2015-11-07?16:01??x64注入源碼\x64Inject\DllInject\DllInject.h
?????文件????????9100??2015-11-11?17:50??x64注入源碼\x64Inject\DllInject\DllInject.rc
?????文件???????11160??2015-11-09?13:25??x64注入源碼\x64Inject\DllInject\DllInject.vcxproj
?????文件????????2390??2015-11-09?13:25??x64注入源碼\x64Inject\DllInject\DllInject.vcxproj.filters
?????文件?????????143??2015-11-07?16:01??x64注入源碼\x64Inject\DllInject\DllInject.vcxproj.user
?????文件????????5145??2015-11-11?17:50??x64注入源碼\x64Inject\DllInject\DllInjectDlg.cpp
?????文件?????????743??2015-11-09?13:18??x64注入源碼\x64Inject\DllInject\DllInjectDlg.h
?????文件????????1205??2015-10-17?19:49??x64注入源碼\x64Inject\DllInject\MyOutputDebugString.cpp
?????文件?????????470??2015-10-17?19:49??x64注入源碼\x64Inject\DllInject\MyOutputDebugString.h
?????文件????????2900??2015-11-07?16:01??x64注入源碼\x64Inject\DllInject\ReadMe.txt
............此處省略35個(gè)文件信息
評(píng)論
共有 條評(píng)論