mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-16 07:49:24 +00:00
900263ea6f
n/a
10 lines
180 B
C
10 lines
180 B
C
#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);
|