搜索资源列表
3
- 密码框查看工具 源代码 (1)密码框查看工具提升自身进程的权限,增加DEBUG权限; (2)根据鼠标位置获得窗口句柄; (3)根据窗口句柄获得所属的进程ID; (4)密码框查看工具以PROCESS_ALL_ACCESS方式打开该进程; (5)往该进程中注入线程代码; (6)建立并执行远程线程,在该远程线程中使用GetWindowText以获取窗口文本; (7)密码框查看工具读取内容并显示。 密码框查看工具软件特点: 无需DLL。 对于该功能的实现,
lockwindows
- 本来用键盘驱动程序能完美解决的,可未免也杀鸡用牛刀,场面搞大了点。其实当你登录后,Winlogon创建一个新的桌面并调用Explorer。,而Winlogon则在另一个名为Winlogon的桌面中,也就是说,NT至少有一个桌面,就是你登录前看到的那个,(题外话:所以写个虚拟桌面工具,就难不倒你啦)。而Ctrl+Alt+Del对系统而言,也不过就是个热键罢了,只是它被定位到Winlogon桌面中去了,同样,它也必然有一个窗口负责处理这个热键消息的,因此,解决方案就出来,如果我们可找到这个窗口并子类
zhuxian
- 编译工具为 易语言 使用远程代码注入 很简单 适合 初学者 从程序到模块 原创
一个远程进程注入工具
- 一个远程进程注入工具,挺好用 是用VC做的 还不错大家看看吧-a remote injection process tools, is very good with the VC also do good we look at it
qddown_vc92842352525
- 一个远程注入的工具,动态连接库须和程序再同一目录或在系统目录-Injection of a remote tool, Dynamic Link Library and procedures shall be the same directory or another directory in the system
HookSy
- 注入技术简述: 本实例其实是一个查看工具。完成以下的几个功能: 1、查看系统当前的运行进程; 2、查看系统当前的运行线程; 3、查看系统中运行某个进程中包含的DLL列表; 4、通过创建远程线程的方法将DLL注入到目标进程中: 5、通过Hook方法将DLL注入到目标进程中: -A brief injection technique: This example is actually a view tool. Completion
dllinject_1Delphi
- 用delphi实现的远程注入工具,很多网站都有但不能找到-By delphi implementation of the remote into the instrument, there are a lot of website but can not be found
DllLoader
- Dll 通用注入工具,支持自加载和远程加载-failed to translate
zrserver
- 一个远程注入的工具,动态连接库须和程序再同一目录或在系统目录-A remote injection tool, the dynamic link library and procedures to be in the same directory and then or in the system directory
qddown_vc92842352525
- 一个远程注入的工具,动态连接库须和程序再同一目录或在系统目录 -A remote injection tools and procedures required dynamic link library and then in the same directory or in the system directory
InjectDll
- DLL注入工具源码,包括远程线程注入以及启动暂停进程修改入口注入,另附后者需要的特殊DLL的源码-DLL injection tool source, including remote thread injection and start the process to modify the entrance into the suspension, which attached a special DLL source code need
InjLib
- 代码功能:将动态链接库注入已运行的进程 用途: 用于拦截API测试。 程序用于开发api拦截功能的辅助测试用,当开发了一个api拦截应用的时候,需要频繁的注入,卸载于某进程。 本工具可以使得工作更为方便的进行,如可直接启动notepad进程并注入指定的动态链接库(此dll名称写死于代码内 ,但可以很容易的修改成可配置的方式,不过一般没有必要),当然,也可指定进程id来注入 当年做加密保护的时候,API拦截的部分经常需要做此种测试,故有此工具诞生了。 原理:用远程线程方式注
DLL注入
- 易语言实现远程线程dll注入到exxe工具源码(Easy language implementation of remote thread DLL injection into exxe tool source code)
InjectDll
- 远程注入工具,可以注入DLL文件到目标程序当中。(Remote injection tools can be injected into the DLL file into the target program.)
远程HOOK调试工具+更新+注入代码+调用函数
- 远程HOOK调试工具+更新+注入代码+调用函数 易语言源码