Skip to content

UncleJ4ck/PE-Injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Whats PE Injection?

  • PE injection Is A Method Of Executing Arbitrary Code In The Address Space Of A Separate Live Process.

Technical Details(Advanced)

  1. First We Should Get Image Base Address From The PE Header
  2. Get The Size From The PE Header
  3. Allocate A Block Of Memory
  4. Copy The Image Of The Current Process Into The New Block Of Memory
  5. Allocate Another Block Of Memory In A Remote Process
  6. Calculate The Offset Of The Reloc Table
  7. Relocate The PE
  8. Create a new thread (CreateRemoteThread) And Point It To The Function

How PE Injection Works?

PEinjection

Result Of Injection Of Notepad Process Using PE Injection

image

Credits

This project has been made by me and Zorcher

About

PE Injection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages