首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to as

This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to as

  • 资源大小:7.11 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Hook钩子技术

资 源 简 介

This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You ll have to edit the makefile to correct the path to import libraries in your PC. Type nmake in the same directory as makefile and the assembly process will begin. If you don t want to use the makefile, you can manually assemble the example with the commands below: ml /c /coff /Cp mousehook.asm link /SUBSYSTEM:WINDOWS /LIBPATH:c:masm32lib mousehook.obj

文 件 列 表

HookDLL
MAKEFILE
mousehook.asm
mousehook.def
README.TXT
MAKEFILE
mousehook.asm
MouseHook.dll
mousehook.exe
mousehook.inc
mousehook.lib
mousehook.rc
README.TXT
VIP VIP
0.185175s