mirror of
https://github.com/hasherezade/process_ghosting
synced 2026-06-08 14:35:33 +00:00
9 lines
245 B
C
9 lines
245 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
#include "ntddk.h"
|
|
|
|
bool buffer_remote_peb(HANDLE hProcess, PROCESS_BASIC_INFORMATION &pi, OUT PEB &peb_copy);
|
|
|
|
bool setup_process_parameters(HANDLE hProcess, PROCESS_BASIC_INFORMATION &pi, LPWSTR targetPath);
|