登录
首页 » Delphi » 驱动注入DLL指定进程

驱动注入DLL指定进程

于 2021-03-05 发布 文件大小:2224KB
0 126
下载积分: 1 下载次数: 27

代码说明:

  非常稳定的驱动注入Dll到进程的程序,功能强大,兼容性强。(Very stable drive into the process of Dll program, powerful, strong compatibility.)

文件列表:

驱动注入DLL指定进程\a.txt, 7082 , 2013-12-10
驱动注入DLL指定进程\BTMemoryModule.pas, 29031 , 2014-01-06
驱动注入DLL指定进程\DllInjector.exe, 157640 , 2013-09-06
驱动注入DLL指定进程\DllInjector.ico, 21238 , 2013-04-12
驱动注入DLL指定进程\DymCrc32.pas, 3377 , 2015-11-06
驱动注入DLL指定进程\injectdll.cfg, 434 , 2013-12-10
驱动注入DLL指定进程\injectdll.dof, 1965 , 2013-12-10
驱动注入DLL指定进程\injectdll.dpr, 335 , 2013-12-10
驱动注入DLL指定进程\injectdll.drc, 20781 , 2013-12-10
驱动注入DLL指定进程\injectdll.exe, 662016 , 2017-04-23
驱动注入DLL指定进程\injectdll.res, 876 , 2013-12-10
驱动注入DLL指定进程\InjectDrvTool32.sys, 101320 , 2013-12-07
驱动注入DLL指定进程\K.dll, 328648 , 2013-12-10
驱动注入DLL指定进程\k.idb, 1246110 , 2013-12-10
驱动注入DLL指定进程\K.txt, 1083606 , 2013-12-10
驱动注入DLL指定进程\oldK.dll, 316360 , 2013-09-06
驱动注入DLL指定进程\UDllDePack.pas, 2509 , 2013-12-10
驱动注入DLL指定进程\UDrvInjectDllWithMonProc.pas, 8008 , 2013-12-10
驱动注入DLL指定进程\Ufrminject.ddp, 51 , 2017-04-23
驱动注入DLL指定进程\Ufrminject.dfm, 2188 , 2017-04-23
驱动注入DLL指定进程\Ufrminject.pas, 6994 , 2013-12-10
驱动注入DLL指定进程\UKDef.pas, 2628 , 2013-12-24
驱动注入DLL指定进程\使用帮助.txt, 415 , 2013-08-22
驱动注入DLL指定进程\复件 InjectDrvTool.sys, 101320 , 2013-12-10
驱动注入DLL指定进程\复件 改进 K.dll, 325576 , 2013-12-10
驱动注入DLL指定进程\开发说明.txt, 207 , 2013-12-10
驱动注入DLL指定进程\授权协议.txt, 1567 , 2013-08-22
驱动注入DLL指定进程\改进 K.dll, 328648 , 2013-12-10
驱动注入DLL指定进程, 0 , 2017-05-24

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

发表评论

0 个回复

  • FWM
    说明:  对光纤中的四波混频进行仿真计算,内含注释。(Four - wave mixing in optical fiber is simulated)
    2021-05-09 00:18:40下载
    积分:1
  • OS-ELM
    说明:  极限学习机算法用来做预测、分类比传统的BP神经网络速度快(Limit learning machine algorithm is faster than traditional BP neural network in prediction and classification)
    2019-11-14 09:57:55下载
    积分:1
  • SPWVD
    时频变换分析,主要用于信号分析时频变换,可以正常运行,欢迎一起学习(Time-frequency transform analysis, mainly used for signal analysis time-frequency conversion, can run normally, welcome to learn together)
    2021-01-10 01:18:50下载
    积分:1
  • 这是几个比较经典的游戏,包括了扫雷,贪吃蛇,推箱子,俄罗斯方块,拼图等游戏...
    这是几个比较经典的游戏,包括了扫雷,贪吃蛇,推箱子,俄罗斯方块,拼图等游戏-This is a few more classic games, including mine, a huge memory, Tuixiangzi, the Russian box, puzzles and other games
    2022-04-16 10:28:00下载
    积分:1
  • 开发人员面试评估表
    这是一个开发人员面试评估表,希望大家用得上的。(Developer Interview Assessment Form)
    2020-06-22 05:00:02下载
    积分:1
  • Calculator
    基于逆波兰法的计算器程序,该计算器支持小数输入和正负数输入,支持四则运算以及指数运算,也支持括号的使用。(Reverse Polish law based calculator program, the calculator supports input and negative decimal number input, support four operations and index calculation, and also supports the use of parentheses.)
    2013-12-01 16:35:07下载
    积分:1
  • 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶...
    通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth- first traversal, the former sequence, sequence, after the preorder, the shape of the tree by tree print, the total number of nodes statistics, statistics leaf nodes, the nodes to the right statistics to calculate tree height, remove all leaf nodes, insert nodes, the nodes you delete nodes from the former preorder results and the results of Spanning Tree preorder, After the preorder from the results and the results preorder spanning tree, check whether the tree balanced and complete balance.
    2022-06-28 10:58:58下载
    积分:1
  • nc-tif
    说明:  该算法用于图像格式转换,nc转为tif,The algorithm is used for image format conversion, and NC is converted to TIF(The algorithm is used for image format conversion, and NC is converted to TIF)
    2019-02-27 15:37:01下载
    积分:1
  • 千宇智能关机_1.79
    自动关机小程序,可以根据程序是否完成,定义关机的时间(Automatic shutdown program, according to whether the program is completed or not, to define the shutdown time)
    2020-06-25 07:20:01下载
    积分:1
  • sudoku_Csharp
    用C#.net编写的数独小游戏,界面美观,可随机生成游戏和求解。(With C#. Net Sudoku game written in beautiful interface, can be randomly generated games and solving.)
    2009-09-07 13:56:21下载
    积分:1
  • 696524资源总数
  • 103913会员总数
  • 34今日下载