易语言程序被关闭处理源码
系统结构:进程枚举返回数组,进程是否存在判断,CreateToolhelp32Snapshot,Process32First,Process32Next,CloseHandle,GetCurrentProcessId,进程枚举返回数组,进程是否存在判断,结束相应窗口程序,销毁窗口,timewait,CreateToolhelp32Snapshot,Process32First,Process32Next,CloseHandle,GetCurrentProcessId,TerminateProcess,PostMessage,SetTimer,KillTimer,CreateWaitableTimerA,SetWaitableTimer,MsgWaitForMultipleObjects,GetCurrentProcessId,
======程序集1
| |
| |------ _启动子程序
| |
| |------ 进程枚举返回数组
| |
| |------ 进程是否存在判断
| |
| |
======窗口程序集1
| |
| |------ _时钟1_周期事件
| |
| |------ _按钮1_被单击
| |
| |------ _窗口1_创建完毕
| |
| |
======调用的Dll
| |
| |---[dll]------ CreateToolhelp32Snapshot
| |
| |---[dll]------ Process32First
| |
| |---[dll]------ Process32Next
| |
| |---[dll]------ CloseHandle
| |
| |---[dll]------ GetCurrentProcessId
======程序集1
| |
| |------ _启动子程序
| |
| |------ 进程枚举返回数组
| |
| |------ 进程是否存在判断
| |
| |------ 结束相应窗口程序
| |
| |------ 销毁窗口
| |
| |------ timewait
| |
| |
======调用的Dll
| |
| |---[dll]------ CreateToolhelp32Snapshot
| |
| |---[dll]------ Process32First
| |
| |---[dll]------ Process32Next
| |
| |---[dll]------ CloseHandle
| |
| |---[dll]------ GetCurrentProcessId
| |
| |---[dll]------ TerminateProcess
| |
| |---[dll]------ PostMessage
| |
| |---[dll]------ SetTimer
| |
| |---[dll]------ KillTimer
| |
| |---[dll]------ CreateWaitableTimerA
| |
| |---[dll]------ SetWaitableTimer
| |
| |---[dll]------ MsgWaitForMultipleObjects
======程序集1
| |
| |------ _启动子程序
| |
| |
======窗口程序集1
| |
| |------ _窗口1_创建完毕
| |
| |
======调用的Dll
| |
| |---[dll]------ GetCurrentProcessId
调用的DLL命令:
.DLL命令 CreateToolhelp32Snapshot, 整数型, , "CreateToolhelp32Snapshot"
.参数 falg, 整数型
.参数 id, 整数型
.DLL命令 Process32First, 整数型, , "Process32First"
.参数 h, 整数型
.参数 p, 进程信息
.DLL命令 Process32Next, 整数型, , "Process32Next"
.参数 h, 整数型
.参数 p, 进程信息
.DLL命令 CloseHandle, 逻辑型, , "CloseHandle"
.参数 hObject, 整数型
.DLL命令 GetCurrentProcessId, 整数型, "kernel32.dll", "GetCurrentProcessId"
调用的DLL命令:
.DLL命令 CreateToolhelp32Snapshot, 整数型, , "CreateToolhelp32Snapshot"
.参数 falg, 整数型
.参数 id, 整数型
.DLL命令 Process32First, 整数型, , "Process32First"
.参数 h, 整数型
.参数 p, 进程信息
.DLL命令 Process32Next, 整数型, , "Process32Next"
.参数 h, 整数型
.参数 p, 进程信息
.DLL命令 CloseHandle, 逻辑型, , "CloseHandle"
.参数 hObject, 整数型
.DLL命令 GetCurrentProcessId, 整数型, "kernel32.dll", "GetCurrentProcessId"
.DLL命令 TerminateProcess, 整数型, , "TerminateProcess", , 进程终止whitehack
.参数 id
.参数 a
.DLL命令 PostMessage, , , "PostMessageA", 公开, 向指定窗口句柄发送消息
.参数 h
.参数 m
.参数 p
.参数 p
.DLL命令 SetTimer, 整数型, , "SetTimer"
.参数 Thwnd, 整数型
.参数 nIDEvent, 整数型
.参数 uElapse, 整数型
.参数 lpTimerFunc, 子程序指针
.DLL命令 KillTimer, 整数型, , "KillTimer"
.参数 c1, 整数型
.参数 Timerid, 整数型
.DLL命令 CreateWaitableTimerA, 整数型, , "CreateWaitableTimerA"
.参数 lpTimerAttributes, 整数型
.参数 bManualReset, 逻辑型
.参数 lpTimerName, 整数型
.DLL命令 SetWaitableTimer, 整数型, , "SetWaitableTimer"
.参数 hTimer, 整数型
.参数 pDueTime, LARGE_INTEGER
.参数 lPeriod, 整数型
.参数 pfnCompletionRoutine, 整数型
.参数 lpArgToCompletionRoutine, 整数型
.参数 fResume, 逻辑型
.DLL命令 MsgWaitForMultipleObjects, 整数型, , "MsgWaitForMultipleObjects"
.参数 nCount, 整数型
.参数 pHandles, 整数型, 传址
.参数 fWaitAll, 逻辑型
.参数 dwMilliseconds, 整数型
.参数 dwWakeMask, 整数型
调用的DLL命令:
.DLL命令 GetCurrentProcessId, 整数型, "kernel32.dll", "GetCurrentProcessId"
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。