GithubHelp home page GithubHelp logo

dll-injector's Introduction

dll-injector

DLL Injector for both x32 and x64 windows application

This project was done as an assignment on Reverse Engineering course in Innopolis University

Projects in this repo:

  • injector - the main code, which injects library into app (or any other application depending on constant).
    It works for x32 or for x64 depending on how it was compiled. I.e., 32 bit version of injector will inject 32 bit library into 32 bit app.
  • library - the dll, which just shows the MessageBox on attaching.
  • app - the app to inject dll into.
  • shellcode - the code that was used to get the shellcode.

dll-injector's People

Contributors

kezzyhko avatar

Watchers

 avatar

dll-injector's Issues

Hardcoded paths

Path to a library is hardcoded into the shellcode, and path to app is in the separate constant.
It would be better to take path to a library from the separate constant and generate it just from the string, or even take it from the argv

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.