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

搜索资源列表

  1. Inject.rar

    0下载:
  2. exe远程注入源代码,可将线程函数直接注入远程进程,无需dll,exe into the source code of the remote can be threaded directly into the remote process function without dll
  3. 所属分类:系统编程

    • 发布日期:2017-03-28
    • 文件大小:10836
    • 提供者:张问天
  1. inject.rar

    0下载:
  2. c#远程线程注入技术如何实现谢谢呵呵有详细代码 ,c# remote thread injection technique on how to achieve a detailed code Thank you, Ha ha
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:45673
    • 提供者:xuzhonglin
  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. codewinlogon

    0下载:
  2. 通过注入Winlogon进程截获系统密码(含源码) -inject process Winlogon get system password
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:41710
    • 提供者:liqi
  1. APC_inject

    0下载:
  2. Driver which inject code in user mode by APC-Driver which inject code in user mode by APC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:53845
    • 提供者:krenki
  1. Inject

    1下载:
  2. :并不是所有的远程注入都能成功,有时候调用OpenProcess(...)或者WriteProcessMemory(...)函数的时候,会调用失败,调用GetLastError()返回错误码是5,拒绝访问,意思是说你的权限不够,那么网上也有现成的提权的函数,这里面也给大家写了一个,但是随着Windows操作系统的升级,Xp->Vista->7,其安全性也越来越高,所以以前在XpSp2上编写的程序,到Sp3或者Vista上面权限又不够了,所以说提权代码也不是万能的,技术没有止境!-dl
  3. 所属分类:Windows编程

    • 发布日期:2013-08-05
    • 文件大小:11272
    • 提供者:wxg
  1. NoCtrl+Alt+Del

    0下载:
  2. no Ctrl+Alt+Del 注入dll文件到进程-no Ctrl Alt Del inject dll files to the process of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:409581
    • 提供者:myname
  1. SysHotKey

    0下载:
  2. | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:14527
    • 提供者:kidy
  1. Inject

    0下载:
  2. 注入任务管理器,保护进程,VB编写!! winxp sp2 win2000 win2003 测试通过!-Injected into Task Manager, the protection process, VB prepared!! Winxp sp2 win2000 win2003 test!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:33907
    • 提供者:shine
  1. PigYear

    0下载:
  2. 本程序类似于熊猫烧香,具体对想要注入的exe文件,可以在MainWnd.cpp中的CreateFrame函数来设置路径,默认是e盘下,a.exe文件,本程序一定要对当前目录可以运行的真实的exe操作才能有效,希望本源码能给病毒爱好者带来些许的帮助。-This procedure is similar to Panda burning incense, specific to want to inject the exe file, you can MainWnd.cpp in CreateFra
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:90940
    • 提供者:mr_tomyxu
  1. rage_vnc

    0下载:
  2. Functions: Topic parsing, supporting multi-commands Anti-Botkiller Anti-Sandbox VNC-Scanner Gets about 400-500 results a day with good ranges with around ~50 bots Finds 3.8 servers with authbypass bug. Finds passworded servers with w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:179043
    • 提供者:精灵
  1. ThreadSpy

    0下载:
  2. 一个DLL库,帮助你通过独立线程inject并Hook其他程序.对有兴趣做系统编程的朋友很有价值.-A DLL library to help you inject through independent threads and other procedures Hook. The interest has to do system programming friend of great value.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7294
    • 提供者:jiang
  1. inject-your-code-to-a-portable-executable-fil1

    0下载:
  2. 向可执行文件注入代码原理与实现,一起学习吧-inject your code to a portable executable fil1
  3. 所属分类:Windows Develop

    • 发布日期:2014-04-15
    • 文件大小:324695
    • 提供者:流云
  1. inject

    0下载:
  2. 通过进程注入,将CMD.EXE重定向到网络socket 穿透防火墙,好像能被卡巴截获,呵呵,不懂就别玩了吧! 说白了,没事! -Through the process will be redirected to CMD.EXE network socket penetrate the firewall, if Kabbah can be intercepted, huh, huh, do not know how to play a bar on the other! Put it
  3. 所属分类:Firewall-Security

    • 发布日期:2017-05-25
    • 文件大小:8347833
    • 提供者:小华子
  1. dll-inject-video

    0下载:
  2. simple dll injection.Need vbadvance .Also a video
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-26
    • 文件大小:9120606
    • 提供者:ntaryl
  1. Inject_en

    0下载:
  2. inject dll into another proce-inject dll into another process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6801
    • 提供者:munish
  1. inject

    0下载:
  2. 一个代理软件必备的dll,一个远程注入的程序,实现注入到第三方程序中,以达到控制、监控第三方程序的作用,本程序只实现注入,其他功能在另一个dll中实现-Three Ways to Inject Your Code into Another Proce
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:132114
    • 提供者:abner
  1. Inject HTTP

    0下载:
  2. Inject Payload to HTTP Server
  3. 所属分类:其他小程序

    • 发布日期:2017-12-23
    • 文件大小:7748608
    • 提供者:dediptk
  1. mtn inject header delphi source code

    0下载:
  2. inject ssh telecome(its a source code for injecting ssh)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:9571328
    • 提供者:jeremy2019
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com