Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 452 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 452 Bytes

Process-Hollowing

This is a Process Hollowing POC in CPP

Usage:

Process Hollowing.exe [Host Process File] [Injected File]

  • Host Process File - PE file wich will serve as the host process for the Injectet File.
  • Injected File - PE file wich will be injectet in to the host process.

Notes:

The 64 bit version works only with 64 bit host process and a 64 bit Injected PE. The same goes for the 32 bit version, needs 32 bit Host and PE.