int main() { VirtualAlloc( (PVOID)main /* pointer to not a reserved area */, 0x1000, MEM_COMMIT, PAGE_READWRITE); }