Giter Site home page Giter Site logo

igoryunusov / freakinginjector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lit3r4lly/freakinginjector

0.0 0.0 0.0 79 KB

Freaking Injector is a tool which made for injecting dlls into other processes in Windows x64 systems with bunch of diffrent injection methods.

C 100.00%

freakinginjector's Introduction

FreakingInjector

This project focuses on dll injection with bunch of diffrent methods. The injector has a friendly UI and divided into two parts: User-mode injector and Kernel-mode injector (Driver)

Remark

  • Injector supports only 64 bit dll \ processes
  • build only in release mode
  • if you decided to build in Debug Mode, you should make some changes in the project properties:
    • Turn off incremental - /INCREMENTAL:NO) - incremental linking could make some jump thunks to handle relocations of functions \ pointers to new addresses
    • Turn off Jmc Debugging - could make an calls in the loader shellcode which will cause access violatins

Features

  • Simple injection method
  • Manual mapping injection method
  • Reflective injection method
  • GUI
  • Kernel mode injector (Driver)
  • Other methods of injection

Usage

[$] Usage:  
        Method (1) - FreakingInjector.exe <PID> <dll_path> <arguments_method>  
        Method (2) - FreakingInjector.exe <process_name> <dll_path> <arguments_method>  
[*] Examples:  
        Method (1) - "FreakingInjector.exe" "548" "C:\Users\Maxim\myDll.dll" "1"  
        Method (2) - "FreakingInjector.exe" "Calculator.exe" "C:\Users\Maxim\myDll.dll" "2"  

Releases

Check out the releases of the project here

Build

FreakingInjector can be built with Visual Studio 2019, by opening the .sln file and build the project (Ctrl+Shift+B) in a Release Mode or Debug Mode, whatever you want to (x64)

Issues

If you have any issues with this tool, you can ping me on Discord: Lit3r4lly#8336
If you have some critical bug, open an PR/Issue ticket

Screenshots

TBD

freakinginjector's People

Contributors

lit3r4lly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.