CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - inject dll createremotethread
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - inject dll createremotethread - List
[
Other
]
CreateRemoteThread-DLL-Injection
DL : 0
一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用CreateRemoteThread系统API实现进程注入。-A Visual C++ Achieve full use of the DLL process CreateRemoteThread program source code and procedures in this article is based on the method of DLL injection CreateRemoteThread expansion, modify the previous methods of some shortcomings, and adds a few features, and other article is different from here, given a complete solution. Include: 1. The realization of a compliance with the Microsoft Best Practices for Creating DLLs of the DLL dynamic link library. 2. Inject dll, and can at the same time the implementation of the dll code. 3. If the injection is not successful, given the wrong address and to notify the user. 4. CreateRemoteThread system API to use to achieve process.
Date
: 2025-07-02
Size
: 133kb
User
:
li
[
OS program
]
LoadDll
DL : 0
使用CreateRemoteThread函数进程驻入D-Inject Dll to the specify process with CreateRemoteThread
Date
: 2025-07-02
Size
: 46kb
User
:
hebezai
[
Driver Develop
]
wsHideDLL
DL : 0
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 be fairly easily achieved by CreateRemoteThread() API function. I have created a sample application DLL that demonstrate this approach
Date
: 2025-07-02
Size
: 9kb
User
:
miller
[
Hook api
]
InjectDll
DL : 0
This is the code which is used to launch a process and inject a dll into the process using CreateRemoteThread.
Date
: 2025-07-02
Size
: 3.72mb
User
:
Dinesh
[
Hook api
]
InjLib
DL : 0
使用CreateRemoteThread函数来注入D-To use CreateRemoteThread function is to inject a DLL
Date
: 2025-07-02
Size
: 187kb
User
:
雨中林
[
Windows Develop
]
cbNotepad
DL : 0
这个示例演示了如何将一个DLL到一个远程过程CreateRemoteThread使用。具体地说,这个应用程序工具栏添加一个Windows记事本应用程序。这个程序适用于Windows NT、2000和XP。-This sample demonstrates how to inject a DLL into a remote process using CreateRemoteThread. Specifically, this application adds a toolbar to the Windows Notepad application. This program will work on Windows NT, 2000 and XP.
Date
: 2025-07-02
Size
: 36kb
User
:
小打小闹
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.