-
directory operations, and changes in View
目录操作,浏览和更改-directory operations, and changes in View
- 2022-06-12 14:12:55下载
- 积分:1
-
有在WWW的许多代码说明如何HOOK API函数…
There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one ? This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY "put your functions here" blocks.-There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY "put your functions here" blocks.
- 2022-03-24 17:53:05下载
- 积分:1
-
Detours HookFunction
Detours是微软开发的一个函数库,可用于捕获系统API。
最近在做API hook相关的东西,用了inline hook后感觉不错,但是查找资料发现inline hook并不稳定
inline hook 的原理是在系统访问一个函数的时候先替换原函数入口处的内容跳转到自己设计的hook函数中,然后在自己函数中进行hook工作。可是在并行系统中,很可能有个线程就在这个时候调用了被自己改掉的系统函数,出现我们无法预期的结果。
所以打算学习一下inline hook升级版:detour库hook,其实hook过程原理基本一样,只是微软做了封装和相关的冲突检查,所以这种api hook稳定些。
这个是开发出来的可以编译使用的HOOK Function代码。
- 2022-02-16 04:41:53下载
- 积分:1
-
内有制作完美世界的vb源码,程式码是没问题的,只是我的介面比较马虎,请不要见怪...
内有制作完美世界的vb源码,程式码是没问题的,只是我的介面比较马虎,请不要见怪-In has the manufacture perfect world vb source code, the formula code is does not have the question, only is my interface quite careless, please do not have to be offended
- 2022-07-02 16:02:53下载
- 积分:1
-
DNF bulk strengthening aids src the source code, can be used directly vs2008 to...
DNF批量强化辅助工具
src为源代码,可直接使用vs2008打开。
app为发布的程序,可以直接打开使用。
-----------------------------------
功能简介:
提供批量强化垫装的功能。
界面介绍:
中间4*8的微调按钮代表DNF的装备栏,值-1代表不进行强化,行控制可以进行整行的辅助调整。
-DNF bulk strengthening aids src the source code, can be used directly vs2008 to open. app for the release of the program, you can directly open to use.----------------------------------- Function Description: Provides enhanced pad batch loading function. Interface description: 4* 8 fine-tuning of the middle button on the equipment on behalf of DNF column, not to strengthen the representative value of-1, line control can adjust the entire line of the auxiliary.
- 2022-07-27 23:30:06下载
- 积分:1
-
输入法编程例子,使用三种方法实现系统钩子
输入法编程例子,使用三种方法实现系统钩子-Input Method programming examples, using three methods for system hook
- 2022-06-12 12:15:10下载
- 积分:1
-
游戏内存 游戏内存 游戏内存 游戏内存
游戏内存 游戏内存 游戏内存 游戏内存 -Play Memory Game Memory Game Memory Game Memory Game Memory Game Memory Game Memory
- 2022-06-21 10:18:05下载
- 积分:1
-
使用HOOKAPI使进程管理器都结束不掉得程序代码!绝对的Cool啊,除非是关机才能被退出。...
使用HOOKAPI使进程管理器都结束不掉得程序代码!绝对的Cool啊,除非是关机才能被退出。-HOOKAPI make use of process management for both the end of everything in code! Cool absolute ah, unless the shutdown can be aborted.
- 2023-08-06 07:40:04下载
- 积分:1
-
最近在做一个HOOK 进程创建的程序,用Ollydbg调试的时候发现了一个CreateProcessInternalA函数,我的程序启动进程最后调用这个函数...
最近在做一个HOOK 进程创建的程序,用Ollydbg调试的时候发现了一个CreateProcessInternalA函数,我的程序启动进程最后调用这个函数
创建了一个进程,调用顺序是CreateProcess --> CreateProcessA --> CreateProcessInternalA..于是首先想到了直接HOOK CreateProcessInternalA
这个API函数,这个函数有12个参数-HOOK to do recently in the process of creating a procedure, used when debugging Ollydbg found a CreateProcessInternalA function, my program starts the process of the final call to this function creates a process, called the order of CreateProcess
- 2023-05-08 20:30:03下载
- 积分:1
-
修改WindowsNT GUI函数的源代码
修改WindowsNT GUI函数的源代码 -The source for modifying windows NTs GUI function
- 2022-05-05 01:45:47下载
- 积分:1