通过注册码来防抗爆破破解
系统结构:函数1,函数2,加密函数,执行函数,根据注册码生成执行机器码,一般的检查注册码,临时调用_带两参数,临时调用_不带参数,临时调用_带一参数,
======程序集1
| |
| |------ 函数1
| |
| |------ 函数2
| |
| |------ _启动子程序
| |
| |------ _临时子程序
======窗口程序集1
| |
| |------ 加密函数
| |
| |------ 执行函数
| |
| |------ 根据注册码生成执行机器码
| |
| |------ _按钮1_被单击
| |
| |------ _按钮3_被单击
| |
| |------ _按钮2_被单击
| |
| |------ 一般的检查注册码
| |
| |------ _按钮4_被单击
| |
| |------ _单选框1_被单击
| |
| |------ _单选框2_被单击
| |
| |------ __启动窗口_创建完毕
| |
| |------ _编辑框1_内容被改变
| |
| |------ _按钮5_被单击
| |
| |
======调用的Dll
| |
| |---[dll]------ 临时调用_带两参数
| |
| |---[dll]------ 临时调用_不带参数
| |
| |---[dll]------ 临时调用_带一参数
| |
| |---[dll]------ _FreeLibrary
| |
| |---[dll]------ _GetProcAddress
| |
| |---[dll]------ _LoadLibrary
| |
| |---[dll]------ _WriteProcessMemory
| |
| |---[dll]------ _GetCurrentProcess
| |
| |---[dll]------ _ReadProcessMemory
调用的DLL命令:
.DLL命令 临时调用_带两参数, 整数型, , "临时调用"
.参数 参数1, 整数型
.参数 参数2, 整数型
.DLL命令 临时调用_不带参数, 整数型, , "临时调用"
.DLL命令 临时调用_带一参数, 整数型, , "临时调用"
.参数 参数1, 整数型
.DLL命令 _FreeLibrary, 整数型, "kernel32", "FreeLibrary"
.参数 hLibModule, 整数型
.DLL命令 _GetProcAddress, 整数型, "kernel32", "GetProcAddress"
.参数 hModule, 整数型
.参数 lpProcName, 文本型
.DLL命令 _LoadLibrary, 整数型, "kernel32", "LoadLibraryA"
.参数 lpLibFileName, 文本型
.DLL命令 _WriteProcessMemory, 整数型, "kernel32", "WriteProcessMemory"
.参数 hProcess, 整数型
.参数 lpBaseAddress, 整数型
.参数 lpBuffer, 字节集
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型
.DLL命令 _GetCurrentProcess, 整数型, "kernel32", "GetCurrentProcess"
.DLL命令 _ReadProcessMemory, 整数型, "kernel32", "ReadProcessMemory"
.参数 hProcess, 整数型
.参数 lpBaseAddress, 整数型
.参数 lpBuffer, 字节集
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。