资源列表
[GDI/图象编程] CenterView
说明:放大视图画面,框选放大视图,可以设置绘图模式-enlarged view images Kuangshua enlarged view, set the graphics mode<增用> 在 2008-10-13 上传 | 大小:36.97kb | 下载:0
[钩子与API截获] Api Hook和封包拦截技术
说明:const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD<黄春标> 在 2008-10-13 上传 | 大小:194.47kb | 下载:0
[文件操作] FileMapping
说明:program FileMapping uses Forms, formMain in formMain.pas {frmMain} {$R *.res} begin Application.Initialize Application.CreateForm(TfrmMain, frmMain) Application.Run end.<黄春标> 在 2008-10-13 上传 | 大小:164.39kb | 下载:0
[进程与线程] 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<黄春标> 在 2008-10-13 上传 | 大小:21.19kb | 下载:0
[进程与线程] VirtualMemory
说明:program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if<黄春标> 在 2008-10-13 上传 | 大小:23.04kb | 下载:0
[文件操作] 文件操作
说明:文件属性管理 直接运行FileAttr.exe。 文件的复制 运行FileCopy.exe后,选择源文件和目的文件。 汉字字模提取程序 运行GetFont.exe时,一定要将字库文件Hzk16拷贝到当前目录中。写字板 直接运行Word.exe。-file attributes directly run FileAttr.exe management. Paper copies of running FileCopy.exe, select the source and purpose of do<冉杰> 在 2008-10-13 上传 | 大小:570.48kb | 下载:0