DNSPod客户端源码
系统结构:子程序_提交数据,子程序_登陆成功,子程序_取外网IP,子程序_取临时目录,子程序_取记录,子程序_管理域名提交数据,子程序_列出记录,GetTempPathA,URLDownloadToFileA,子程序_启动线程,子程序_创建进入许可证,子程序_删除进入许可证,子程序_进入许可区,子程序_退出许可区,子程序_等待线程,子程序_挂起线程,子程序_继续执行,子程序_取线程返回值,子程序_强制结束线程,子程序_关闭线程句柄,InitializeCriticalSection,DeleteCriticalSection,EnterCriticalSection,LeaveCriticalSection,CreateThread,CloseHandle,WaitForSingleObject,SuspendThread,TerminateThread,ResumeThread,GetExitCodeThread,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ _按钮_登陆_被单击
| |
| |------ 子程序_提交数据
| |
| |------ _客户_管理域名_数据到达
| |
| |------ 子程序_登陆成功
| |
| |------ 子程序_取外网IP
| |
| |------ 子程序_取临时目录
| |
| |------ _列表框_域名列表_鼠标右键被按下
| |
| |------ _添加域名_被选择
| |
| |------ _删除域名_被选择
| |
| |------ _列表框_域名列表_列表项被选择
| |
| |------ _管理该域名_被选择
| |
| |------ _时钟_监视内嵌浏览器_周期事件
| |
| |------ _时钟_响应时间_周期事件
| |
| |
======窗口程序集2
| |
| |------ _窗口_管理域名_创建完毕
| |
| |------ 子程序_取记录
| |
| |------ 子程序_管理域名提交数据
| |
| |------ _客户_管理记录_数据到达
| |
| |------ 子程序_列出记录
| |
| |------ _超级列表框_记录列表_右键单击表项
| |
| |------ _添加记录_被选择
| |
| |------ _修改记录_被选择
| |
| |------ _超级列表框_记录列表_左键单击表项
| |
| |------ _删除记录_被选择
| |
| |------ _时钟_响应时间_周期事件
| |
| |
======窗口程序集3
| |
| |------ _窗口_记录管理_创建完毕
| |
| |------ _组合框_记录类型_列表项被选择
| |
| |------ _组合框_MX优先级_列表项被选择
| |
| |------ _编辑框_TTL_内容被改变
| |
| |------ _按钮_更新记录_被单击
| |
| |------ _窗口_记录管理_可否被关闭
| |
| |------ _编辑框_记录_失去焦点
| |
| |
======调用的Dll
| |
| |---[dll]------ GetTempPathA
| |
| |---[dll]------ URLDownloadToFileA
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ 子程序_启动线程
| |
| |------ 子程序_创建进入许可证
| |
| |------ 子程序_删除进入许可证
| |
| |------ 子程序_进入许可区
| |
| |------ 子程序_退出许可区
| |
| |------ 子程序_等待线程
| |
| |------ 子程序_挂起线程
| |
| |------ 子程序_继续执行
| |
| |------ 子程序_取线程返回值
| |
| |------ 子程序_强制结束线程
| |
| |------ 子程序_关闭线程句柄
| |
| |
======调用的Dll
| |
| |---[dll]------ InitializeCriticalSection
| |
| |---[dll]------ DeleteCriticalSection
| |
| |---[dll]------ EnterCriticalSection
| |
| |---[dll]------ LeaveCriticalSection
| |
| |---[dll]------ CreateThread
| |
| |---[dll]------ CloseHandle
| |
| |---[dll]------ WaitForSingleObject
| |
| |---[dll]------ SuspendThread
| |
| |---[dll]------ TerminateThread
| |
| |---[dll]------ ResumeThread
| |
| |---[dll]------ GetExitCodeThread
调用的DLL命令:
.DLL命令 GetTempPathA, 整数型, , "GetTempPathA"
.参数 参数1, 整数型
.参数 参数2, 文本型
.DLL命令 URLDownloadToFileA, 整数型, "urlmon.dll", "URLDownloadToFileA"
.参数 参数1, 整数型
.参数 HTTP文件地址, 文本型
.参数 保存到本地文件名, 文本型
.参数 参数二, 整数型
.参数 参数三, 整数型
调用的DLL命令:
.DLL命令 InitializeCriticalSection, , "kernel32", , , 创建许可证
.参数 lpCriticalSection, 多线程许可证, 传址
.DLL命令 DeleteCriticalSection, , "kernel32", , , 删除许可证
.参数 lpCriticalSection, 多线程许可证, 传址
.DLL命令 EnterCriticalSection, , "kernel32", , , 进入许可区
.参数 lpCriticalSection, 多线程许可证, 传址
.DLL命令 LeaveCriticalSection, , "kernel32", , , 退出许可区
.参数 lpCriticalSection, 多线程许可证, 传址
.DLL命令 CreateThread, 整数型, "kernel32", , , 启动线程
.参数 lpThreadAttributes, 整数型
.参数 dwStackSize, 整数型
.参数 lpStartAddress, 子程序指针
.参数 lpParameter, 整数型
.参数 dwCreationFlags, 整数型
.参数 lpThreadId, 整数型, 传址
.DLL命令 CloseHandle, 整数型, "kernel32", "CloseHandle"
.参数 hObject, 整数型
.DLL命令 WaitForSingleObject, 整数型, "kernel32", "WaitForSingleObject", , 监测一个对象
.参数 hHandle, 整数型
.参数 dwMilliseconds, 整数型
.DLL命令 SuspendThread, 整数型, "kernel32", "SuspendThread", , 挂起线索
.参数 hThread, 整数型
.DLL命令 TerminateThread, 整数型, "kernel32", "TerminateThread", , 中止线索
.参数 hThread, 整数型
.参数 dwExitCode, 整数型
.DLL命令 ResumeThread, 整数型, "kernel32", "ResumeThread", , 开始暂停的线索
.参数 hThread, 整数型
.DLL命令 GetExitCodeThread, 整数型, "kernel32", "GetExitCodeThread"
.参数 hThread, 整数型
.参数 lpExitCode, 整数型, 传址
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。