Skip to content

mendax0110/dirtyInject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dirtyInject

dirtyInject is a command-line tool designed for injecting DLLs into Windows processes or SO libraries into Linux processes. It supports Windows, Linux and macOS environments and provides a straightforward interface for injecting malicious code (for testing and research purposes only).

Demo Picture

SimpleWInInject

Usage

To use dirtyInject, follow these steps:

  1. Clone the repository:
    git clone https://github.com/mendax0110/dirtyInject.git
    
  2. Navigate to the project directory:
    cd dirtyInject
    
  3. Create a build directory:
    mkdir build
    
  4. Navigate to the build directory:
     cd build
    
  5. Generate the build files:
    cmake ..
    
  6. Build the project:
    cmake --build .
    
  7. Run the executable:
    dirtyInject.exe <dll_path/so_path/dyLib_path> <process_name>
    
    

Supported Platforms

dirtyInject is supported on the following platforms:

  • Windows
  • Linux
  • macOS