Local Mapping Injection
Source provenance. Raw material catalogued for the wiki ingest pipeline. Lives offline at
raw_sources/offensive-security/Local Mapping Injection.md.
Status: catalogued
Excerpt
Module 42 - Local Mapping Injection So far, in all the previous implementations a private memory type was used to store the payload during execution. Private memory is allocated using
VirtualAllocorVirtualAllocEx. The following image shows the allocated private memory in the “LocalThreadHijacking” implementation that contained the payload. 