搜索资源列表
FindWndUsefull
- 这是一个演示FINDWINDOW API的应用例子,对于一些模拟输入比较有用-This is a demonstration FINDWINDOW API application examples, some more useful analog input
WinKiller
- 窗口杀手 在使用win2000/xp的时候发现,老是出现n个输入法的窗口,不能关掉,又总在最上面,看着很不爽,就写了这个小程序来把他们关掉。 方法很简单,就是FindWindow()在PostMessage(WM_CLOSE,...),没有技术含量,仅仅图实用而已。-window Win2000/xp killer in the use of the time found that there always n input window, we can not switch off, the t
TerminateProcess
- program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWind
任务栏的隐藏
- 锁定工具栏的功能,通过findwindow座操,比较好的样例。-lock toolbar functions through findwindow Block parade, a relatively good example.
图标隐藏
- 隐藏桌面图标的工具,通过findwindow操作,代码相当简洁,适合初学者。-hide desktop icons tool that findwindow operation, code is simple and suitable for beginners.
single_instance.zip 使程序只运行一个实例
- 使程序只运行一个实例,The example of running only one instance
SPY工具的源碼
- SPY工具的源碼 利用這個找出窗口 句柄-SPY TOOLS FINDWINDOW PID TO CRACK
findwindow
- 拦截findwindow,打印输出日志,利用Detours库,实现全局钩子,挂钩window api-Intercept findwindow
SSDT-Shadow-Hook
- Hook 了以下函数: NtUserFindWindowEx FindWindow NtUserGetForegroundWindow GetForegroundWindow NtUserQueryWindow GetWindowThreadProcessId NtUserWindowFromPoint WindowFromPoint NtUserBuildHwndList EnumWindows NtUserSetWindowLong SetWindowLong
MSNHook
- 通过钩子捕捉MSN的密码。通过Findwindow找到MSN的窗体,然后通过FindWindowEX找到自窗体的输入框接着捕捉按键。-Through the hook to capture MSN password. FindWindow found through the MSN form, and then through the FindWindowEx to find form since the input box and then capture button.
vbsoftcode
- VB共享软件防破解技术资料大全,收集了近20多个vb程序防破解的精彩实例,另含技术思路和设计文档。这些资料主要有: EnumChildWindows 枚举反调试; FINDWINDOW检测窗体反调试; VB 检测按键; VB-CRC32自校验设计; VB-检测父进程; 借鸡生蛋; 金蝉脱壳防LOADER; 注册码陷阱圈套; 锁定鼠标范围反调试; 内存分配检测; -Shareware VB S
process_to_process_communication_FindWindow2
- 五子棋,两个进程,一个黑子,一个白子,互相通讯下棋,简单使用FindWindow定位-FiveChess,process to process communication,one is black,another is White,just use FindWindow locate another.
EmunIEList
- 用FindWindow的方式枚举所有IE窗口,并获取IE窗口内的IWebBrowse2接口.-Using FindWindow approach enumerates all IE windows, and get inside the IE window IWebBrowse2 interface.
FindWindow
- THIS FIND WINDOW EXAMPLE-THIS IS FIND WINDOW EXAMPLE
findwindow
- 对于findwindow这个api有很详细的介绍,可以参考下-For findwindow the api has a detailed explanation, refer to the next
VB.programming.FINDWINDOW.test.form.anti.debugging
- VB编程FINDWINDOW检测窗体反调试代码VB programming FINDWINDOW test form anti-debugging code -VB programming FINDWINDOW test form anti-debugging code
QQAutoSendMsg
- 捕获qq窗口,展示Findwindow等系列函数的用法的好范例-capture the window of qq,a good example showing the usage of FindWindow
FINDWINDOW
- FINDWINDOW检测窗体反调试 vb防破解-FINDWINDOW detect anti-debugging vb form anti-crack
postmessage-and-findwindow
- 调用了api,主要是postmassage和findwindow的运用,对一些新手做游戏辅助有用处-Call the api, mainly postmassage and findwindow use, some novices do useful auxiliary game
