
 
易语言程序被关闭处理源码
系统结构:进程枚举返回数组,进程是否存在判断,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" 
...
易语言系统盘符修改器源码,遍历卷,DeleteVolumeMountPoint,GetVolumePathNamesForVolumeName,SetVolumeMountPoint,FindFirstVolume,FindNextVolume,FindVolumeClose,MessageBox...
易语言类的使用将多线程操作封装到类源码,取数子程序100,取数子程序10,取数子程序_10,取数子程序_100,初始组件,创建许可证,删除许可证...
易语言用空格分割文本源码,子程序_启动线程,子程序_创建进入许可证,子程序_删除进入许可证,子程序_进入许可区,子程序_退出许可区,子程序_等待线程,子程序_挂起线程,子程序_继续执行...
易语言编写QQ邮件发送器V10e源码,易语言编写QQ邮件发送器V10e...
易语言系统盘符修改器源码,遍历卷,DeleteVolumeMountPoint,GetVolumePathNamesForVolumeName,SetVolumeMountPoint,FindFirstVolume,FindNextVolume,FindVolumeClose,MessageBox...
取随机文本,取随机时间,排序列表,CompareFunc,比较时间,取文本地址,取日期时间地址,lstrcmpA...
TextEffect,timeGetTime,SetTextCharacterExtra,OffsetRect,SetTextColor,FillRect,CreateSolidBrush,DeleteObject,GetSysColor,TextOut,DrawText,OleTranslateColor,GetDC,lstrlen,ReleaseDC,CreateFont,MulDiv,GetDeviceCaps,SelectObject...
易语言屏幕笼罩源码,屏幕笼罩...