CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 注入 方法

搜索资源列表

  1. winspy_package

    0下载:
  2. 向其他进程注入代码的三种方法!里面包含一篇详细介绍3种代码注入方法的文章,包含文章里示例的代码与DEMO,非常经典。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:242575
    • 提供者:高鸣远
  1. SQL通用防注入程序 v2.0 ASP版

    0下载:
  2. 做网站用的SQL通用防注入程序,ASP版,VBscr ipt语言实现。 使用方法: 在需要防注的页面头部用 <!--#Include File=\"WrSky_Sql.Asp\"-->包含就可以了-do with the site-common SQL injection procedure, ASP version, VBscr ipt language. Use : the need to inject the pages-head with lt ;!--# Include F
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:135885
    • 提供者:杨槐玉
  1. dnf注入

    1下载:
  2. DNF的注入方法太多了,用的比较多的是输入法注入,不过太麻烦,而且要权限,要说到最简单的方法肯是修改INI文件来实现注入,任何地方都可以用,应该不叫注入了,而是让DNF自己加载我们的DLL文件。。。。
  3. 所属分类:Windows编程

  1. wsHideDLL.zip

    0下载:
  2. Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码,The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:9696
    • 提供者:miller
  1. CreateRemoteThread-DLL-Injection

    1下载:
  2. 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-15
    • 文件大小:136517
    • 提供者:li
  1. safeOper

    0下载:
  2. 这是国内首本在网站系统安全开发规范方面的应用手册,由动易软件安全工程师们耗时近6个月精心编制而成。手册基于.NET 2.0 的网站系统开发环境进行编写,共分为十三大项,30个小项,介绍了输入验证、输出编码、SQL注入、跨站脚本攻击、跨站请求伪造、越权操作、IO操作安全、缓存泄漏、系统加密、信息批漏、日志和监测、Web.config安全配置等方面的内容,并列明具体的防御手段和方法,从而为网站开发人员提供了一本深具实操性的工具书。 -This is the first site of the s
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:444488
    • 提供者:老青
  1. DLLInject

    0下载:
  2. vc2008 DLL通过远线程注入源码,一般的注入方法,希望对大家有帮助!-VC DLL into the source code through the long thread
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-16
    • 文件大小:24632946
    • 提供者:heyangya
  1. InjectNoDll

    0下载:
  2. 无DLL的注入方法 是学习注入很好的入门例子-No DLL injection is a good entry into the case study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1495792
    • 提供者:梁小华
  1. dllinto

    0下载:
  2. dll注入示例,里面有注入方法,和删除方法,简单实用-pool english
  3. 所属分类:Delphi VCL

    • 发布日期:2016-01-24
    • 文件大小:275456
    • 提供者:黄望龙
  1. anti_SQL_inject_3.0(asp)

    0下载:
  2. SQL通用防注入系统3.0(asp) 2.0增强版 增加了自动封注入者Ip功能,使注入者不能再访问本站! 3.0版 在2.0增强版的基础上,加入了后台管理功能: 可以查看入侵者提交数据记录功能,解除对注入者ip封锁,以及删除注入记录功能! 文件说明: Neeao_SqlIn.Asp 防SQl注入主文件,需要注意以下几点: Neeao_sql_admin.asp 后台管理文件 注意:请用记事本打开Neeao_sql_admin.asp修改里面的管理密
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-07
    • 文件大小:10860
    • 提供者:响当天
  1. codeinject_pacage

    2下载:
  2. 收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法:   1、Windows 钩子   2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信   3、CreateRemoteThread 和WriteProcessMemory 技术   ——如何用该技术子类化远程控件   ——何时使用该技术-Collection of se
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:48499
    • 提供者:300
  1. spring_aop

    0下载:
  2. 一个spring的aop反转的控制例子,里面讲述了基本的注入方法和如何去取得dao的值-A spring of aop examples of inversion of control, which describes the basic injection method and how to obtain the value of dao
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:59502
    • 提供者:szl
  1. SASHook

    0下载:
  2. SAS Hook,使用远程进程注入的方法注入winlogon.exe屏蔽Ctrl+Alt+Del键,本人几年前的老作品了,对Vista及以上系统无效。-SAS Hook, use the method of injection into the remote process winlogon.exe Shield Ctrl+ Alt+ Del keys, I have a few years ago the old works, and on Vista and above systems is
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:9433
    • 提供者:savior
  1. InjectProject

    0下载:
  2. 将动态连接库注入到其他进程中的一种新方法(vc源码)-dll to in process
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:152457
    • 提供者:mykent
  1. min

    0下载:
  2. 将窗口最小化到任务栏,采用注入程序方法将别的程序最小化到工具栏-Be the window minimized to the taskbar, use of injection procedures and methods to other programs minimized to the toolbar
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:74439
    • 提供者:xusir98
  1. Threadinjection

    0下载:
  2. 讲的是WINDOWS的线程注入方法,包括远程注入,需要注入进程的朋友注意了,里面资料很全-WINDOWS thread talking about the injection methods, including remote injection, friends need to pay attention injection process, which is all the information
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:17081
    • 提供者:aaa
  1. DNF_INJECTOR(INI)

    1下载:
  2. 作者:离不开电脑 DNF的注入方法太多了,用的比较多的是输入法注入,不过太麻烦,而且要权限,要说到最简单的方法肯是修改INI文件来实现注入,任何地方都可以用,应该不叫注入了,而是让DNF自己加载我们的DLL文件-Study: Computer can not be separated Too many DNF s injection method, is used more input into, but too much trouble, but also permissions,
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:273812
    • 提供者:ashuai11
  1. 通用DLL注入器

    3下载:
  2. 通用DLL注入器9种注入方法可以实现内存,注册表,远程,钩子注入等方式(General DLL injector 9 injection method can realize remote memory, registry, and hook into etc.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1340416
    • 提供者:沫妍
  1. DLL自动注入EXE易语言源码

    1下载:
  2. DLL自动注入EXE易语言源码例程程序演示了一种注入方法。 易语言源码例程属于易语言高级教程(DLL automatically injected EXE easy language source code routine program demonstrates an injection method. Easy language source routines belong to advanced language tutorials)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:19456
    • 提供者:wzqone
  1. 高频信号注入无速度传感器永磁同步电机控制系统

    2下载:
  2. 比较详细的介绍了脉振高频注入方法的原理,对其中存在的缺陷做了详细介绍。(The principle of pulse high frequency injection method is introduced in detail, and its defects are introduced in detail.)
  3. 所属分类:其他

    • 发布日期:2019-07-31
    • 文件大小:280576
    • 提供者:xinyang
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com