mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-16 15:59:24 +00:00
updates and moves
n/a
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
|
||||
#define PAGE_SIZE 0x1000
|
||||
|
||||
bool is_compiled_32b();
|
||||
bool is_wow64();
|
||||
bool is_system32b();
|
||||
bool is_target_32bit(HANDLE hProcess, LPVOID ImageBase);
|
||||
Reference in New Issue
Block a user