#include <Windows.h> #include <stdio.h> HMODULE GetKernel32Addr() { HMODULE Kernel32Base = 0; _asm { mov eax, fs:[0x30] //peb mov eax, d...