ProcessHollowing icon indicating copy to clipboard operation
ProcessHollowing copied to clipboard

Process Hollowing

1. SectionRemapLoader

SectionRemapLoader uses NtUnmapViewOfSection, NtCreateSection and NtMapViewOfSection to perform process hollowing. This way is much more easier, but requires a valid PE image file on disk.

MAKE SURE ARCHITECTURE MATCHES. i.e. launch 32-bits process with SectionRemapLoader.exe built in 32-bits mode OR launch 64-bits process with SectionRemapLoader.exe built in 64-bits mode.

Usage:
    SectionRemapLoader.exe <exe to load> <exe to launch> [args...]

Example:

$ .\SectionRemapLoader.exe C:\Windows\write.exe C:\Windows\Notepad.exe