Welcome![Sign In][Sign Up]
Location:
Search - HOOK P

Search list

[Other诛仙题库服务端

Description:

诛仙题库服务端 远程题库数据库 注入客户端 易语言版

2007-08-11  10:57           135,168 #未答题目库.mdb
2007-08-11  11:05           143,360 #答案与题目库.mdb
2008-01-31  19:38                16 1.bat
2007-08-11  05:44             3,347 dati.asp
2008-01-31  19:51                 0 dir.txt
2007-08-11  11:11            64,681 hook题目测试(常崩溃).e
2007-08-11  05:44               980 tijiao.asp
2007-08-11  11:08             3,246 答题模块.e


Platform: | Size: 28940 | Author: tianwufeng | Hits:

[Windows Kernel远程插入DLL

Description:

利用Hook在Explorer进程插入一个线程的改进版本.


Platform: | Size: 30123 | Author: ashwing | Hits:

[Other Games浩方联机游戏平台源代码

Description:

    本程序利用钩子捕获星际的IPX网络包,通过替换函数入口的方式转换IPX数据为UDP数据包并发到公网服务端,通过公网实现了如同浩方一样的联机游戏功能,其中的钩子dll框架来自网上一强人,本人修改后实现了星际的互连功能。

    procedures for the use of  the hook capture the interstellar IPX packet networks, import substitution function through the data conversion IPX UDP packet to the public network with the server. public networks to achieve the same side as the Gallant online games, which hooks dll framework from the Internet a strongman, I revised achieve interstellar interconnection function.


Platform: | Size: 637800 | Author: Simonz | Hits:

[Hook apiMCH_Demos

Description: \"process wide\": some demos about hooking APIs/code in your own process OS independent \"system wide\": several demos about system wide API hooking (using hook dlls) OS independent \"system wide - win9x only\": one demo which shows a special system wide hooking method win9x only -"wide process" : some demos about hooking APIs / code in your own p rocess OS independent "system wide" : several demos about system wide API hooking (us ing hook dlls) OS independent "system wide-win 9x only ": one demo which shows a special system wide hooki Vi only method win9x
Platform: | Size: 1070498 | Author: 万俟雅言 | Hits:

[Windows Kernel禁止修改系统时间

Description:

通过全局API HOOK ,禁止允许修改系统日期时间


Platform: | Size: 1701710 | Author: ccie2002 | Hits:

[Hook apiMyQQBossKey

Description:

一个HooK 加一个隐藏所有QQ进程的窗口


Platform: | Size: 24298 | Author: qwestw | Hits:

[Books加密解密技术内幕

Description: 加密解密技术内幕 第1章 PE文件格式深入研究 1.1 PE文件格式格式纵览 1.1.1 区块(Section) 1.1.2 相对虚拟地址(Relative Virtual Addresses) 1.1.3 数据目录 1.1.4 输入函数(Importing Functions) 1.2 PE文件结构 1.2.1 The MS-DOS头部 1.2.2 IMAGE_NT_HEADERS头部 1.2.3 区块表(The Section Table) 1.2.4 各种块(Sections)的描述 1.2.5 输出表 1.2.6 输出转向(Export Forwarding) 1.2.7 输入表 1.2.8 绑定输入(Bound import) 1.2.9 延迟装入数据(Delayload Data) 1.2.10 资源 1.2.11 基址重定位(Base Relocations) 1.2.12 调试目录(DebugDirectory) 1.2.13 NET头部 1.2.14 TLS初始化 1.2.15 程序异常数据 第2章 PE分析工具编写 2.1 文件格式检查 2.2 FileHeader和OptionalHeader内容的读取 2.3 得到数据目录(Data Dircetory)信息 2.4 得到块表(SectionTable)信息 2.5 得到输出表(ExportTable)信息 2.6 得到输入表(ImportTable)信息 第3章 Win32 调试API 3.1 Win32调试API原理 3.1.1 调试相关函数简要说明 3.1.2 调试事件 3.1.3 如何在调试时创建并跟踪一个进程 3.1.4 最主要的循环体 3.1.5 如何处理调试事件 3.1.6 线程环境详解 3.1.7 如何在另一个进程中注入代码 3.2 利用调试API编写脱壳机 3.2.1 tElock 0.98脱壳简介 3.2.2 脱壳机的编写 3.3 利用调试API制作内存补丁 3.3.1 跨进程内存存取机制 3.3.2 Debug API机制 第4章 Windows下的异常处理 4.1 基本概念 4.1.1 Windows下的软件异常 4.1.2 未公开的可靠吗 4.2 结构化异常处理(SEH) 4.2.1 异常处理的基本过程 4.2.2 SEH的分类 4.2.3 相关API 4.2.4 SEH相关数据结构 4.3 异常处理程序设计 4.3.1 顶层(top-level)异常处理 4.3.2 线程异常处理 4.3.3 异常处理的堆栈展开(Stack unwind) 4.3.4 异常处理程序设计中的几个注意事项: 4.4 SEH的简单应用 4.4.1 Win9x下利用SEH进ring0 4.4.2 利用SEH实现对自身的单步自跟踪 4.4.3 其它应用 4.5 系统背后的秘密 4.6 VC是如何封装系统提供的SEH机制的 4.6.1 扩展的EXCEPTION_REGISTRATION级相关结构 4.6.2 数据结构组织 4.7 Windows XP下的向量化异常处理(VEH) 第5章 软件加密技术 5.1 反调试技术(Anti-Debug) 5.1.1 句柄检测 5.1.2 SoftICE后门指令 5.1.3 int68子类型 5.1.4 ICECream子类型 5.1.5 判断NTICE服务是否运行 5.1.6 INT 1 检测 5.1.7 利用UnhandledExceptionFilter检测 5.1.8 INT 41子类型 5.2 反跟踪技术(Anti-Trace) 5.2.1 断点检测 5.2.2 利用SEH反跟踪 5.2.3 SMC技术实现 5.3 反加载技术(Anti-Loader) 5.3.1 利用TEB检测 5.3.2 利用IsDebuggerPresent函数检测 5.3.3 检查父进程 5.4 反DUMP技术(Anti-Dump) 5.5 文件完整性检验 5.5.1 CRC校验实现 5.5.2 校验和(Checksum) 5.5.3 内存映像校验 5.6 反监视技术(Anti-Monitor) 5.6.1 窗口方法检测 5.6.2 句柄检测 5.7 反静态分析技术 5.7.1 扰乱汇编代码 5.7.2 花指令 5.7.3 信息隐藏 5.8 代码与数据结合技术 5.9 软件保护的若干忠告 第6章 加壳软件编写 6.1 外壳编写基础 6.1.1 判断文件是否是PE格式的EXE文件 6.1.2 文件基本数据的读入 6.1.3 额外数据保留 6.1.4 重定位数据的去除 6.1.5 文件的压缩 6.1.6 资源区块的处理 6.1.7 区块的融合 6.1.8 输入表的处理 6.1.9 外壳部分的编写 6.1.10 将外壳部分添加至原程序 6.1.10 小结 6.2 加壳程序综合运用的实例 6.2.1 程序简介 6.2.2 加壳子程序(WJQ_ShellBegin()) 6.2.3 PE外壳程序 6.2.4 加进Anti技术 6.2.5 通过外壳修改被加壳PE 6.2.6 VC++调用汇编子程序 第7章 如何让壳与程序融为一体 7.1 序 7.1.1 为何需要壳和程序一体化 7.1.2 为阅读此章节需要的知识 7.1.3 基于此章节用的的例子程序说明 7.2 欺骗检查壳的工具 7.2.1 fi是如何检查壳的 7.2.2 欺骗fi 7.3 判断自己是否给脱壳了 7.3.1 判断文件尺寸 7.3.2 检查标记 7.3.3 外部检测(使用dll) 7.3.4 hook 相关的api(防止loader和调试api) 7.4 使用sdk把程序和壳溶为一体 7.4.1 sdk的意义 7.4.2 做一个带sdk的壳 7.5 后记:关于壳和程序的思考 第8章 Visual Basic 6 逆向工程 8.1 简介 8.2 P-code传奇 8.3 VB编译奥秘 8.4 VB与COM 8.5 VB可执行程序结构研究 8.6 VB程序事件解读 8.7 VB程序图形界面(GUI)解读 8.8 VB程序执行代码研究 8.9 我们的工具 8.10 VB程序保护篇 附录A 在Visual C++中使用内联汇编 附录B 在Visual Basic中使用汇编
Platform: | Size: 1389111 | Author: vachel | Hits:

[Firewall-Security网络防火墙NetGuard源码

Description: VC网络防火墙,基于费尔的Ndis Hook技术,有兴趣的朋友研究研究.-VC network firewall, the Fairbanks-based technology Ndis Hook, interested friends studies.
Platform: | Size: 497664 | Author: da | Hits:

[Hook apiMCH_Demos

Description: "process wide": some demos about hooking APIs/code in your own process OS independent "system wide": several demos about system wide API hooking (using hook dlls) OS independent "system wide - win9x only": one demo which shows a special system wide hooking method win9x only -"wide process" : some demos about hooking APIs/code in your own p rocess OS independent "system wide" : several demos about system wide API hooking (us ing hook dlls) OS independent "system wide-win 9x only ": one demo which shows a special system wide hooki Vi only method win9x
Platform: | Size: 1070080 | Author: 万俟雅言 | Hits:

[Hook apikeyboard_hook

Description: 钩子的使用方法,pdf文件。 windows hook的使用方法。-hook way to use pdf documents. Windows hook used.
Platform: | Size: 1648640 | Author: 宁华波 | Hits:

[Hook apiNtOpenProcess[InlineHook]

Description: r0 inline hook sample.
Platform: | Size: 37888 | Author: xiaohuangran | Hits:

[Windows Developp

Description: 可以按一个按键输出按键的声音用HOOK做的学HOOK挺好的例子。-Can press a button to use voice output button HOOK school HOOK make very good example.
Platform: | Size: 465920 | Author: | Hits:

[Hook apiSkinCtrl

Description: 描述了 通过消息 Hook 方法实现替换皮肤的实现-Hook described the method adopted by the news of the achievement of the replacement of the skin
Platform: | Size: 2655232 | Author: langliu | Hits:

[Windows Developguajisuo

Description: 绿色,不写注册表,单独文件(仅78KB) 可屏蔽一切系统热键包括Ctrl+Alt+Del/Win/Sleep/Power/屏保 支持时间密码 (管理员专用) 可自制logo和锁屏背景 替换logo将300*70名为logo.jpg的图片放到相同目录下即可 添加锁屏背景名为bg.jpg的图片放到相同目录下即可 支持命令方式运行,参数如下 /p 密码 /t 告示语句 /m 定时 如在服务器上让客机锁屏30分钟,可通过计费服务器远程命令执行 \\server\soft\ylock /p yan /t 挂机中,勿动! /m 30 若客人已锁定机器,管理员可在不重启机器的情况下用时间密码进行解锁 时间密码=年+月+日+小时+分 如 2005-8-7 1:07 即时间密码为 2028-The green, does not write the registry, the independent document (only 78KB) may shield all system hot key to guarantee including the Ctrl+Alt+Del/Win/Sleep/Power/screen the support hour password (manager special-purpose) to be possible self-made logo and locks screen background to replace logo to put the 300*70 named logo.jpg picture to the same table of contents under then adds locks the screen background named bg.jpg picture to put to the same table of contents under then the support command mode movement, parameter following /p password /t bulletin sentence /m fixed time like lets on the server the passenger plane lock the screen 30 minutes,May carry out \ \ server \ soft \ ylock through the cost server long-distance order in /p yan /t on-hook, do not move! if /m 30 the visitor has locked the machine, the manager may, in does not restart in machine s situation to carry on unlocking time password = year+ month+ date+ hour+ minute like 2005-8-7 1:07 with the time password is the
Platform: | Size: 78848 | Author: huilibing | Hits:

[Driver Developmadcodehook.2.5.7

Description: madCodeHook 系统挂钩,windows hook ,制作游戏外挂的好工具-madCodeHook system hook, windows hook, making the game a good tool plug
Platform: | Size: 136192 | Author: Jourge Kolala | Hits:

[Hook api444444

Description: HOOK 钩子 武林外传&完美世界V1.0.rar -HOOK & hook Swordsman Swordsman Perfect World V1.0.rar & perfect world V1.0.rar
Platform: | Size: 30720 | Author: QQ316118740 | Hits:

[Windows DevelopDetailed-notes-C-P-P-in-depth

Description: C++深入详解笔记 Lesson1: Windows程序运行原理及程序编写流程 Lesson2: 掌握C++基本语法 Lesson3: MFC框架程序剖析 Lesson4: 简单绘图 Lesson5: 文本编程 Lesson6: 菜单编程 Lesson7: 对话框编程 Lesson9: 定制应用程序的外观 Lesson10: 绘图控制 Lesson11 图形的保存和重绘 Lesson12 文件操作 Lesson 13: 文档串行化 Lesson14 网络编程 Lesson 15 多线程 Lesson 16 线程同步与异步套接字 Lesson17进程间通信 Lesson18 Active控件 Lesson19 动态链接库DLL Lesson20 Hook与数据编程-C++ in-depth Detailed notes Lesson1: Windows program runs principles and procedures for the preparation process Lesson2: master the C++ basic syntax Lesson3: MFC framework of the program analysis Lesson4: simple drawing Lesson5: Text Programming Lesson6: Menu programming Lesson7: dialog programming Lesson9: custom applications Appearance Lesson10: Lesson11 graphics drawing control and redraw the preservation of file operations Lesson12 Lesson 13: Network Programming Document serialization Lesson14 Lesson 16 Lesson 15 threads simultaneous multi-threading and asynchronous inter-process communication socket Lesson17 Lesson19 Lesson18 Active control, dynamic-link library DLL Lesson20 Hook and Data Programming
Platform: | Size: 492544 | Author: | Hits:

[MiddleWareACE60SRC

Description: ACE 6.0 源码 ACE自适配通信环境(ADAPTIVE Communication Environment)是可自由使用、开放源码的面向对象(OO)框架(framework),它实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可重用C++包装外观(wrapper facade)和框架组件,可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。   ACE的目标用户是高性能和实时通信服务和应用的开发者。它简化了使用进程间通信、事件多路分离、显式动态链接和并发的OO网络应用和服务的开发。此外,通过服务在运行时与应用的动态链接,ACE使系统的配置和重配置得以自动化。 -ACE Software Development Guidelines General Every text file must end with a newline. Use spaces instead of tabs, except in Makefiles. Emacs users can add this to their .emacs: (setq-default indent-tabs-mode nil) Microsoft Visual C++ users should do the following: Choose: Tools-- Options-- Tabs Then Set: "Tab size" to 8 and "Indent size" to 2, and indent using spaces. Do not end text lines with spaces. Emacs users can add this to their .emacs: (setq-default nuke-trailing-whitespace-p t) Newer versions of emacs will require the following instead: (add-hook before-save-hook delete-trailing-whitespace) Note for Microsoft Visual Studio .NET Users: There is a macro project (ace_guidelines.vsmacros) located in $ACE_ROOT/docs that replaces tabs with spaces and removes trailing spaces each time you save a file.
Platform: | Size: 21747712 | Author: | Hits:

[Other systemsemp6

Description: ★实验任务 正如你所知道的 s_sin 是一个贪玩的不得了的小 P 孩 QAQ,你也知道他最近很喜欢玩一 个叫做太阳帝国的原罪的策略游戏去年他已经和疯狂的 AI 交战了整整一年。而现在,战斗 的序幕又要拉开了。 在某个星球上,该星球由 n*m 个方格组成,每个方格中可能为 boss,s_sin,障碍,道 路,小怪。s_sin 想要去打爆 boss,假设他可以秒杀 boss,现在他的任务只需要到达 boss 所在的位置。如果 s_sin 想要到达某个方格,但方格中有小怪,那么必须打死小怪,才能到 达这个方格。假设 s_sin 只能向上、下、左、右移动一个格子,移动一步用时 1 个时间单位, 杀死小怪也用 1 个时间单位。假设 s_sin 很强壮,可以杀死所有小怪。 试计算 s_sin 到达 boss 位置至少需要多少时间。注意:障碍时不能通过的。 ★数据输入 输入第一行为两个正整数 n,m (1 < =n,m< =100), 表示该地图有 n 行 m 列。 接下来 n 行,每行 m 个字符:“.”代表道路 , “a”代表 boss , “r”代表 s_sin , “#”代表障碍,“x”代表小怪。-The experimental task As you know s_sin is a fun not the small child P QAQ, you know he loves playing with a recently A strategy game called the sins of a Solar Empire last year and he has mad at AI for a whole year. And now, the battle Prelude to open. On a planet, the planet by n*m squares which, as boss, s_sin, obstacle each square, road The road, small strange. S_sin wants to hook boss, assuming he can Seckill boss, his task now only need to reach boss Location. If s_sin wants to reach a square box, but have a little strange, so must kill mobs, to Reach a square. Assume that s_sin only to the upper and lower, left, right movement of a lattice, move in 1 time units, Kill mobs in 1 time units. Assume that s_sin is very strong, can kill all the mobs. Calculate the s_sin arrives at the boss position at least how much time. Note: barrier to adoption. Data input The first input two positive integers n, m (=n < 1, m< =100), said the map with n M. The next N lines, M char
Platform: | Size: 2048 | Author: 王一丞 | Hits:

CodeBus www.codebus.net