搜索资源列表
在任务栏中隐藏进程
- 1.使用了GetCurrentProcessId 和 RegisterServiceProcess 两个函数 2.只能在 Windows98 中运行-1. Using GetCurrentProcessId and RegisterSer viceProcess 2 2 function. only in running Windows98
zjdQQ
- CFile CWinApp CString CloseHandle GetCurrentProcessId CallNextHookEx GetForegroundWindow SendMessage GetAsyncKeyState ZeroMemory GetKeyNameText SetWindowsHookEx UnhookWindowsHookEx EnumWindowsProc GetProp EnumWindows Loa
在任务栏中隐藏进程
- 1.使用了GetCurrentProcessId 和 RegisterServiceProcess 两个函数 2.只能在 Windows98 中运行-1. Using GetCurrentProcessId and RegisterSer viceProcess 2 2 function. only in running Windows98
AutoUpgrader
- 自动升级程序为单独程序,由宿主程序调用,调用格式为: AutoUpgrader.exe scr iptURL CurVersion SoftName WinHandle ExitMsgID ProcessID 参数说明: scr iptURL - 升级脚本文件的URL CurVersion - 宿主程序的当前版本号 SoftName - 宿主程序的软件名称 WinHandle - 宿主程序用来
Hook-registry-monitor
- DLL 动态库,主要 用Hook 对注册表的指定项 进行动态的监控,参数由自己输入,- extern "C" __declspec(dllexport) BOOL InstallHook(HWND handle) { hhook = ::SetWindowsHookEx(WH_SHELL, MyShellProc, GetModuleHandle("Hook.dll"), 0) hWnd = handle
GetCurrentProcessId
- Win32汇编 利用FS寄存器获取自身PID-MASM Use FS register get self PID
2222
- 模块-API-取进程ID 2.GetForegroundWindow //取前台窗口的句柄 没有参数 3.GetWindowThreadProcessId // 用窗口来获取进程的ID 4.GetCurrentProcessId // 取自己进程的ID-Module-API-take process ID 2.GetForegroundWindow// get the handle of the foreg
1.3
- 模块-API-十六到十2.GetForegroundWindow //取前台窗口的句柄 没有参数 3.GetWindowThreadProcessId // 用窗口来获取进程的ID 4.GetCurrentProcessId // 取自己进程的ID 5.OpenProcess //打开进程 2035711 6.StrToIntExA //十六进制转换十进制获取进程的ID 4.GetCurrentProcessId /