资源列表
VCprotectprocess
- 可以显示并选定进程,其防止被意外终止或结束-Can display and select the process, its termination or end to prevent accidental
cs8_gl3
- 得到鼠标位置处,对鼠标滚轮事件进行处理很好用的钩子程序-Get the mouse position on mouse wheel events office for processing
cs7_gl2
- 对鼠标滚轮事件进行处理,钩子方式,对鼠标滚轮事件进行处理,钩子方式-On the mouse wheel event processing
HookKey
- 记录键盘按键,运用动态链接库,利用Hook实现了按键记录功能。-Record keystrokes, the use of dynamic link library, used to achieve the key logging Hook.
idastealth
- IDA Stealth is a plugin which aims to hide the IDA debugger from most common anti-debugging techniques. The plugin is composed of two files, the plugin itself and a dll which is injected into the debuggee as soon as the debugger attaches to the proce
NCoverage_Sources
- N-Coverage IDA Plugin and stand-alone Application N-Coverage consists of two parts: first of all there is the main stand-alone application which uses a custom debugging engine to place breakpoints into a given process in order to record execution o
NInjectLib
- About N-InjectLib N-InjectLib is a library written in C++ which allows for injecting dynamic link libraries into a remote (i.e. foreign) process. Two techniques are available to inject a dll: the target process can be started by using the library
IDAInject
- IDA Inject plugin This plugin allows you to inject dlls into a debugged process, either prior to process creation or when the debugger is attached. The injected dll can then do some fancy stuff inside the debugged process. To realize dll injectio
RE-Google
- A very refreshing idea of using Google Code, indeed! After running the plugin, the disassembly is enriched with links to the source code of detected functions. Double clicking on them opens the corresponding source file in google. The task of verify
keypiano
- 按键发音,做了个全局钩子,实现键盘的发音。-Pronunciation key, made a global hook, to achieve the keyboard sounds.
QQDuiDuiPengWaiGua
- 这是朋友制作的简易QQ对对碰*的源码,使用CSharp开发,虽然还不完善,但是从中可以学习到,使用Windows API获取并操作其它程序的方法。为了上传快速,里面没有可执行文件,须重新生成方可运行。-This is a friend made a simple plug-QQ pairs touch the source code, using CSharp development, although not perfect, but you can learn from, use the
Shell_MsgBox_dlg
- 本实例程序包含两部分,第一部分是加壳程序(Shellcode.asm),负责把一段代码注入到另外的一个程序中;第二部分是用于加壳的程序(attach.asm),这段代码将被写入到另外的一个程序中。被加壳的程序是calc.exe,如果此文件被加壳成功,当运行calc.exe后,程序先弹出对话框,按“确定”按钮后,程序将继续运行并弹出“计算器”界面-This example program contains two parts, first part is packers program (Shel