Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
/ dll-injector Public archive

DLL Injector for both x32 and x64 windows applications

Notifications You must be signed in to change notification settings

kezzyhko/dll-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

DLL Injector for both x32 and x64 windows applications

Topics

Resources

Stars

Watchers

Forks