SecurityXploded.com
Remote DLL Injector : Free Command-line Tool to Inject DLL into Remote Process
Remote DLL Injector

Version: 2.1

See Also
 
Contents
 
About
Remote DLL Injector is the free command-line tool to Inject DLL into remote process.

Currently it supports DLL injection using the CreateRemoteThread technique. If you are looking for advanced and more user friendly GUI version then check out our popular RemoteDll tool.

Being a command-line tool makes it easy to integrate into your automation scripts. Also useful when you are remotely operating on the system especially during Pen Testing situations.

One of the unique feature of Remote DLL Injector is its ability Inject DLL into ASLR enabled processes. It dynamically calculates DLL and function offsets within target process before the injection operation.

It is fully portable & includes both 32-bit & 64-bit versions. It has been successfully tested on all platforms starting from Windows XP to Windows 10.

 
 
How to use?

Remote DLL Injector is a command-line based tool. Hence it must be launched from cmd prompt as shown below.

Note that it includes 32-bit & 64-bit version. For Injecting DLL into 32-bit Process (on 32-bit or 64-bit platform) use RemoteDLLInjector32.exe and for 64-bit Process use RemoteDLLInjector64.exe

Here are the simple usage information,

   RemoteDLLInjector.exe  <pid>  <dll_file_path>       
        -h                This help screen
        <pid>             Process ID of remote process to Inject DLL
        <dll_file_path>   Full path of DLL to be injected
        
 
Examples of RemoteDLLInjector
//Show the help screen
RemoteDLLInjector.exe -h
 
//Inject DLL into 32-bit process with pid 1551
RemoteDLLInjector32.exe 1551 "c:\my project\inject32.dll"
 
//Inject DLL into 64-bit process with pid 1001
RemoteDLLInjector64.exe 1001 "c:\inject64.dll"
 
 
 
Screenshots
RemoteDLLInjector in Action
 
 
Release History
Version 2.1:  31st Jul 2015
Fixed few minor bugs in process listing operation
 
Version 2.0:  9th Apr 2015
Integrated return codes to help in automation of DLL injection operation.
 
Version 1.5:  3rd May 2013
Displays target Process Name. Auto detects & prompts only when run from desktop directly. Improved usage & display screens.
 
Version 1.0:  28th Feb 2013
First public release of RemoteDLLInjector.
 
 
Download
FREE Download Remote DLL Injector v2.1

License  : Freeware
Platform : Windows 10,8,7,Vista (32-bit/64-bit)

Download
 
 
See Also