Skip to content

Transacted Hollowing - a PE injection technique, hybrid between ProcessHollowing and ProcessDoppelgänging

License

Notifications You must be signed in to change notification settings

5l1v3r1/transacted_hollowing

 
 

Repository files navigation

Transacted Hollowing

Build status

Transacted Hollowing - a PE injection technique. A hybrid between Process Hollowing and Process Doppelgänging.

transacted hollowing diagram

More info here.


"Ghostly" Hollowing - a similar technique, but using a delete-pending file instead of the transacted file. A hybrid between Process Hollowing and Process Ghosting.

ghostly hollowing diagram


You can switch to build the second variant with the help of the CMake option: GHOSTING. By default, Transacted Hollowing is built.

CMake flag


Characteristics:

  • Payload mapped as MEM_IMAGE (unnamed: not linked to any file)
  • Sections mapped with original access rights (no RWX)
  • Payload connected to PEB as the main module
  • Remote injection supported (but only into a newly created process)

View

Supported injections:

If the loader was built as 32 bit:

32 bit payload -> 32 bit target

If the loader was built as 64 bit:

64 bit payload -> 64 bit target
32 bit payload -> 32 bit target

How to use the app:

Supply 2 commandline arguments:

[payload_path] [target_path]

Payload is the PE to be executed impersonating the Target.

About

Transacted Hollowing - a PE injection technique, hybrid between ProcessHollowing and ProcessDoppelgänging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.8%
  • C++ 15.5%
  • CMake 0.7%