#include "stdafx.h"
#include <stdlib.h>
#include <string.h>
#include "Resource.h"
#include "VMProtectSDK.h"
LRESULT CALLBACK MainHandler(HWND, UINT, WPARAM, LPARAM);
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
DialogBox(GetModuleHandle(NULL), (LPCTSTR)IDD_DIALOG, NULL, (DLGPROC)MainHandler);
return 0;
}
LRESULT CALLBACK MainHandler(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message)
{
case WM_INITDIALOG:
return TRUE;
case WM_COMMAND:
if (LOWORD(wParam) == IDCANCEL)
{
EndDialog(hDlg, LOWORD(wParam));
return TRUE;
}
if (LOWORD(wParam) == IDC_BUTTON_CHECKPASSWORD)
{
VMProtectBegin
char buf[100];
GetDlgItemText(hDlg, IDC_EDIT, buf, 100);
if (atoi (buf) % 17 == 13)
MessageBox(hDlg, "Correct password", "Information", MB_ICONINFORMATION + MB_OK);
else
{
MessageBox(hDlg, "Incorrect password", "Error", MB_ICONERROR + MB_OK);
SetFocus(GetDlgItem(hDlg, IDC_EDIT));
}
VMProtectEnd
}
}
return FALSE;
}
没有合适的资源?快使用搜索试试~ 我知道了~
VMProtect V1.52.rar
共47个文件
vmp:6个
h:5个
cpp:4个
需积分: 9 31 下载量 3 浏览量
2008-09-05
17:55:15
上传
评论
收藏 758KB RAR 举报
温馨提示
不错的加密工具,可以对exe文件,dll文件等加密
资源推荐
资源详情
资源评论
收起资源包目录
VMProtect V1.52.rar (47个子文件)
Help
EN.chm 18KB
RU.chm 19KB
Examples
Borland C++ Builder
VMProtectSDK.h 291B
Unit1.dfm 884B
Project1.bpr 4KB
Project1.vmp 578B
Project1.cpp 1KB
Project1.res 876B
Unit1.h 880B
Unit1.cpp 986B
Delphi
Project1.dof 1KB
VMProtectEnd.inc 50B
VMProtectBegin.inc 71B
Unit1.dfm 871B
Project1.vmp 547B
Project1.cfg 391B
Project1.dpr 188B
Unit1.pas 742B
Project1.res 876B
MASM
makeit.bat 2KB
VMProtectSDK.inc 168B
Project1.inc 7KB
Project1.vmp 437B
Project1.asm 2KB
Visual C++
Resource.aps 17KB
Project1.opt 48KB
Resource.rc 2KB
StdAfx.cpp 295B
resource.h 548B
Project1.dsp 4KB
Project1.ncb 41KB
VMProtectSDK.h 773B
Debug
Project1.vmp 587B
StdAfx.h 773B
Project1.cpp 1KB
Project1.plg 1KB
Release
Project1.vmp 587B
Project1.dsw 541B
Visual Basic
Form1.frm 2KB
Project1.vmp 437B
Project1.vbw 51B
Project1.vbp 679B
VMProtect.exe 1.49MB
unins000.dat 5KB
VMProtect.ini 202B
VMProtect_ext.dll 89KB
VMProtect_con.exe 318KB
共 47 条
- 1
资源评论
yadanwutuobang
- 粉丝: 0
- 资源: 7
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功