搜索资源列表

  1. CreateRemoteThread

    0下载:
  2. 简单的CreateRemoteThread例程-初学者必看-simple CreateRemoteThread routines - beginners watched every game!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1372
    • 提供者:mkf
  1. CreateRemoteThread

    0下载:
  2. 经典的远程线程插入代码CreateRemoteThread
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9967
    • 提供者:red
  1. injectIE

    1下载:
  2. 代码是自己写,一个*服务端,通过createremotethread将一段代码注入IE后,启动。
  3. 所属分类:网络编程

  1. CreateRemoteThread

    0下载:
  2. CreateRemoteThread
  3. 所属分类:WEB源码

  1. CreateRemoteThread

    0下载:
  2. 简单的CreateRemoteThread例程-初学者必看-simple CreateRemoteThread routines- beginners watched every game!
  3. 所属分类:进程与线程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:mama
  1. SelfInjectCode

    0下载:
  2. 一个不用CreateRemoteThread进行远程线程注入的例子 防止某些防火墙拦截 不是我写的,为了下个代码只好出卖一下作者了-not CreateRemoteThread a remote thread injection to prevent a certain examples intercept some firewall is not my writing, to the next code can only se
  3. 所属分类:进程与线程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:hke
  1. APIHooker

    0下载:
  2. 文件监测钩子 注入DLL使用的是 CreateRemoteThread 跨进程建立对DLL 的加载-document monitoring hook into DLL using the inter-process CreateRemoteThread establish the right DLL loading
  3. 所属分类:钩子与API截获

    • 发布日期:2024-04-28
    • 文件大小:31744
    • 提供者:zhouyan
  1. delphi_CreateRemoteThread

    0下载:
  2. 在Delphi中利用CreateRemoteThread远程注入例子的源代码-in Delphi use remote injection example CreateRemoteThread source code
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:sprite
  1. CreateRemoteThread

    0下载:
  2. 远程线程注入,利用dll实现远程线程注入,并附有测试注入的exe可执行程序源码。-Remote thread injection, using remote thread injected dll with a test injection of exe executable program source.
  3. 所属分类:进程与线程

    • 发布日期:2024-04-28
    • 文件大小:14336
    • 提供者:章永辉
  1. completeinject_src

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

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:严锐
  1. ThreadUtility

    0下载:
  2. 提升程序权限,创建远程线程的源码。在别的进程中创建一个自己写的线程。创建线程本来只是一个函数的事,CreateRemoteThread()。其中的参数包括线程函数体。但是这是在远程进程的地盘上,所以此函数体的地址必须映射到远程进程的空间中去。线程中引用的所有地址,包括函数和指针和字符串等等,都必须映射到远程进程的空间中去。 映射的步骤有三 1、 在远程进程中分配空间,函数VirtualAllocEx(…) 2、 将线程执行
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:58368
    • 提供者:neusoftrhl
  1. CreateRemoteThread

    0下载:
  2. 经典的远程线程插入代码CreateRemoteThread-The classic long-range thread insert code CreateRemoteThread
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:9216
    • 提供者:red
  1. CreateRemoteThread-DLL-Injection

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

    • 发布日期:2024-04-28
    • 文件大小:136192
    • 提供者:li
  1. codeinject_pacage

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

    • 发布日期:2024-04-28
    • 文件大小:48128
    • 提供者:300
  1. Injector

    0下载:
  2. BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID)
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:26624
    • 提供者:artofsexy
  1. winspy_package

    0下载:
  2. 提供三种方法实现DLL注入。 包括:Windows Hooks、The CreateRemoteThread & LoadLibrary Technique、 The CreateRemoteThread & WriteProcessMemory Technique-Provides three ways to achieve DLL injection. Including: Windows Hooks, The CreateRe
  3. 所属分类:钩子与API截获

    • 发布日期:2024-04-28
    • 文件大小:177152
    • 提供者:yourname
  1. CreateRemoteThread-win7

    1下载:
  2. win7下面创建远程线程的解决方案 国外大牛写的-win7 the following solution to create a remote thread to write large foreign cattle
  3. 所属分类:进程与线程

    • 发布日期:2024-04-28
    • 文件大小:19456
    • 提供者:memecha
  1. Remto

    0下载:
  2. createremotethread CreateRemoteThread routines- beginners watched every game!-createremotethread CreateRemoteThread routines- beginners watched every game!
  3. 所属分类:Windows编程

    • 发布日期:2024-04-28
    • 文件大小:1881088
    • 提供者:yaxi
  1. InjectDll

    0下载:
  2. This is the code which is used to launch a process and inject a dll into the process using CreateRemoteThread.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-04-28
    • 文件大小:3896320
    • 提供者:Dinesh
  1. os_createremotethread

    0下载:
  2. Win7下CreateRemoteThread的代替函数-Win7 substitute for the function under the CreateRemoteThread
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:rocky
« 12 3 »

源码中国 www.ymcn.org