PE-inject 1.0


InjectFree

The InjectFree function frees a system-allocated buffer that was returned by the InjectMappedFile function.

void InjectFree(
 LPVOID lpBuffer,	// pointer to memory buffer to free
);

Parameters
lpBuffer
Points to a buffer returned by InjectMappedFile.