任务管理器屏蔽映像名称易语言源码
系统结构:FindWindow,FindWindowEx,MessageBox,GetWindowThreadProcessId,OpenProcess,VirtualAllocEx,SendMessage,WriteProcessMemory,LVITEM_WriteProcessMemory,LVITEM_LocalSize,GetWindow,RtlMoveMemory,CloseHandle,VirtualFreeEx,IsWindow,
======程序集1
| |
| |------ _启动子程序
| |
| |
======调用的Dll
| |
| |---[dll]------ FindWindow
| |
| |---[dll]------ FindWindowEx
| |
| |---[dll]------ MessageBox
| |
| |---[dll]------ GetWindowThreadProcessId
| |
| |---[dll]------ OpenProcess
| |
| |---[dll]------ VirtualAllocEx
| |
| |---[dll]------ SendMessage
| |
| |---[dll]------ WriteProcessMemory
| |
| |---[dll]------ LVITEM_WriteProcessMemory
| |
| |---[dll]------ LVITEM_LocalSize
| |
| |---[dll]------ GetWindow
| |
| |---[dll]------ RtlMoveMemory
| |
| |---[dll]------ CloseHandle
| |
| |---[dll]------ VirtualFreeEx
| |
| |---[dll]------ IsWindow
调用的DLL命令:
.DLL命令 FindWindow, 整数型, , "FindWindowA"
.参数 lpClassName, 文本型
.参数 lpWindowName, 文本型
.DLL命令 FindWindowEx, 整数型, , "FindWindowExA"
.参数 hwndParent, 整数型
.参数 hwndChildAfter, 整数型
.参数 lpSzClass, 文本型
.参数 lpsWindow, 整数型
.DLL命令 MessageBox, 整数型, , "MessageBoxA"
.参数 hWnd, 整数型
.参数 lpText, 文本型
.参数 lpCaption, 文本型
.参数 uType, 整数型
.DLL命令 GetWindowThreadProcessId, 整数型, , "GetWindowThreadProcessId"
.参数 hWnd, 整数型
.参数 lpdwProcessId, 整数型, 传址
.DLL命令 OpenProcess, 整数型, , "OpenProcess"
.参数 dwDesiredAccess, 整数型
.参数 bInheritHandle, 逻辑型
.参数 dwProcessId, 整数型
.DLL命令 VirtualAllocEx, 整数型, , "VirtualAllocEx"
.参数 hProcess, 整数型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 flAllocationType, 整数型
.参数 flProtect, 整数型
.DLL命令 SendMessage, 整数型, , "SendMessageA"
.参数 hWnd, 整数型
.参数 Msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 WriteProcessMemory, 整数型, , "WriteProcessMemory"
.参数 hProcess, 整数型
.参数 lpBasseAddress, 整数型
.参数 lpBuffer, 字节集
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型
.DLL命令 LVITEM_WriteProcessMemory, 整数型, , "WriteProcessMemory"
.参数 hProcess, 整数型
.参数 lpBasseAddress, 整数型
.参数 lpBuffer, 整数型
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型
.DLL命令 LVITEM_LocalSize, 整数型, , "LocalSize"
.参数 a, LVITEM
.DLL命令 GetWindow, 整数型, "user32", "GetWindow", , 获得一个窗口的句柄,该窗口与某源窗口有特定的关系
.参数 hwnd, 整数型, , 源窗口
.参数 wCmd, 整数型, , 指定结果窗口与源窗口的关系
.DLL命令 RtlMoveMemory, 整数型, , "RtlMoveMemory"
.参数 Destination, LVITEM, 传址
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 CloseHandle, 整数型, , "CloseHandle"
.参数 hObject, 整数型
.DLL命令 VirtualFreeEx, 整数型, , "VirtualFreeEx"
.参数 hProcess, 整数型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 dwFreeType, 整数型
.DLL命令 IsWindow, 整数型, , "IsWindow"
.参数 hwnd, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。