hi3p / ProcessHollowing

Process Hollowing POC in CPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Process Hollowing POC in CPP


Languages

Language:C++ 100.0%