搜索资源列表
Api+HOOK演示
- 基于API HOOK的系统监控软件DEMO,虽说是系统监控,但本软件并不提供监控功能,本软件只是简单拦截MessageBox,MessageBeep函数,如想实现系统拦截,需按照源码中拦截MessageBox的写法拦截注册表相关函数,注册服务等其他函数
Defender
- VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all
PIPHOOKDEMO
- 基于API HOOK的系统监控软件DEMO,虽说是系统监控,但本软件并不提供监控功能,本软件只是简单拦截MessageBox,MessageBeep函数,如想实现系统拦截,需按照源码中拦截MessageBox的写法拦截注册表相关函数,注册服务等其他函数-DEMO of api+ hook
mfc
- 通讯录管理系统[经验]通讯录管理系统 - VC.NET论坛 - 编程论坛 8条回复 - 发帖时间: 2005年5月9日 利用MFC连接数据库有很多方法,选择一个比较适中的方法——利用MFC的ODBC类来制作通讯录管理系统。建立对话框应用程序,为其添加菜单实现登陆和密码修改功能,添加MFC-CDialog CString MessageBeep CWnd LoadIcon CDataExchange CWinApp CPoint
MessageBeep
- 利用MessageBeep来播放WAV文件,如何来实现的次功能。-Use MessageBeep to play WAV files, how to achieve sub-functions.
BeepVoice
- vc——用MessageBeep播放WAV文件\BeepVoice-vc- play WAV files with MessageBeep \ BeepVoice
BeepVoice
- vc——用MessageBeep播放WAV文件\BeepVoice-vc- play WAV files with MessageBeep \ BeepVoice
BeepVoice
- 用MessageBeep播放WAV文件\BeepVoice\BeepVoice.rar,很不错的vc源码,希望对大家有所帮助。-Play WAV files using MessageBeep \ BeepVoice \ BeepVoice.rar, very good vc source, we want to help.
wordpad
- 写字板WinCE 上面开发的写字板,可以实现Windows上开发板的基本功能-wordpad CWnd CDialog CDataExchange MessageBeep EndDialog Cfr a meWnd SendMessage LoadString lstrlen lstrcpy CWinApp CString CCommandLineInfo CSingleDocTemplate ShowWindow UpdateWind
Button-tansparent
- Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush fr a meRect FillRect GetSysColor SelectObject LineTo DrawFocus
CUseSKin
- How to use skin control: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush fr a meRect FillRect GetSysColor SelectObject LineTo Dra
DefineMessageBox
- 自定义消息对话框,支持DELPHI7~XE5 修改MessageBox可以使用图标为自定义图标,源码很简单 {------------------------------------------------------------------------------- 作者: 曾聪 日期: 2013.09.13 过程名: MsgBox 功能: 自定义消息对话框,支持DELPHI7~XE5 参数: l
BeepVoice
- 用MessageBeep播放WAV文件,VC++经典编程学习源码,很好的参考资料。-Play WAV file with MessageBeep, VC++ classic learning programming source code, a good reference.
OpenGLTexture
- 在OpenGL中,使用纹理显示图形,VC++经典编程学习源码,很好的参考资料。-Play WAV file with MessageBeep, VC++ classic learning programming source code, a good reference.
BeepVoice
- 用MessageBeep播放WAV文件,用vc++编写的一个简单程序-With MessageBeep play WAV files, using vc++ to write a simple program, the complete run
BeepVoice
- 多媒体编程,用MessageBeep播放WAV文件。-Multimedia programming, with MessageBeep play WAV files.
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里