登录
首页 » Hook钩子技术 » Lineage 2 game to find the basis of address and personal backpack information, L...

Lineage 2 game to find the basis of address and personal backpack information, L...

于 2022-03-30 发布 文件大小:212.19 kB
0 49
下载积分: 2 下载次数: 1

代码说明:

天堂2游戏查找基础地址及其个人背包信息,天堂2游戏查找基础地址及其个人背包信息-Lineage 2 game to find the basis of address and personal backpack information, Lineage 2 game based on the address to find information and their personal backpack

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 跳蚤tc版爱心吃豆
    跳蚤tc版爱心吃豆 -fleas love to eat beans
    2022-01-24 12:36:04下载
    积分:1
  • ActiveX+Dll制作全局键盘鼠标
    ActiveX+Dll制作全局键盘鼠标钩子 全局键盘鼠标钩子全局键盘鼠标钩子
    2022-09-05 00:55:03下载
    积分:1
  • delphiHook项目实例
    基于delphiHook的实例 基于delphiHook的实例 基于delphiHook的实例 基于delphiHook的实例 基于delphiHook的实例
    2023-04-26 16:55:03下载
    积分:1
  • 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DL...
    实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法-achieve satisfactory style uniform software interface is really difficult, as mentioned in the MessageBox netizens, FileDialog, FontDialog, directories, etc. MFC dialog within the system DLL even within the dialog, if it"s not easy changing face. Some say HOOK technology, the technology can really HOOK, HOOK can say is pervasive, but the efficient use HOOK is hardly satisfied with the majority from the current mining technology Eurocargo HOOK use of the software, can prove this point. Today we will discuss other technologies to achieve a FileDialog changing face of this technique called window replacement process method
    2022-07-19 14:16:31下载
    积分:1
  • Hook technology before learning to write small program, using the mouse hook ope...
    以前学习hook技术写的小程序,采用hook鼠标操作,当鼠标左右键同时按下的时候自动将当前活动的窗口隐藏起来,再次按下鼠标的左右键的时候恢复隐藏的窗口。-Hook technology before learning to write small program, using the mouse hook operation, when the mouse around at the same time press the button when the current activities will automatically hide the window again by pressing the left and right mouse button when the restoration of a hidden window.
    2022-02-11 12:33:01下载
    积分:1
  • NDIS HOOK的框架
    ndis hook 框架 ndis hook 框架-ndis hook framework framework ndis hook
    2023-04-10 03:00:03下载
    积分:1
  • 种田,按键精灵制作的脚本,种植项目可以设置为自动…
    天龙八部种田,按键精灵制作的脚本,可设置种植物品,自动种,自动收。-Dragon farming, button wizard produced script, planted items can be set to automatically types, automatic admission.
    2022-10-29 18:55:04下载
    积分:1
  • 一个非常有趣的软件,可以重现鼠标的一举一动,使用了HOOK
    一个非常有趣的软件,可以重现鼠标的一举一动,使用了HOOK-a very interesting software, can be recreated every move of the mouse, using HOOK
    2022-04-23 18:32:36下载
    积分:1
  • COM组件编程,基于DLL的COM,从而可以使调用更加方便
    COM组件编程,基于DLL的COM,从而可以使调用更加方便-The package programming of COM, on the basis of COM of DLL, thus can enable transfering it more convenient
    2022-03-17 05:56:17下载
    积分:1
  • 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发...
    代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可不用安装Platform SDK,因为它们已经包含了Platform SDK。 在AntiHook workspace下公有四个project,AntiHook是钩子检测程序,它编译生成AntiHook.exe,运行AntiHook.exe需要和AntiHook.ini在同一个目录下,AntiHook.ini是配置文件,可以在AntiHook目录下找到。sysHook是一个全局钩子程序的例子,编译候生成sysHook.dll,用于AntiHook测试之用。HookHelper是GUI界面的sysHook.dll加载程序,编译生成HookHelper.exe,运行HookHelper.exe就可以在系统中安装sysHook.dll钩子。Helper是Console界面的sysHook.dll加载程序,编译生成Helper.exe,用于调试sysHook.dll钩子程序。-code using Visual C 6.0 for the development of tools, in order to enable small flexible procedures, I used WTL instead of the MFC software interface, the need to compile the source code for the installation of WTL. WTL repository is based on Microsoft ATL Construction of the library of tools, together with the source code release can be downloaded from
    2022-03-05 18:09:39下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载