IndexVirtual Memoryasmjit::VirtMem::DualMapping

asmjit::VirtMem::DualMapping Struct Reference [¶]

Dual memory mapping used to map an anonymous memory into two memory regions where one region is read-only, but executable, and the second region is read+write, but not executable. See VirtMem::alloc_dual_mapping() for more details.

Public Members

void* VirtMem::DualMapping::rx[¶]

Pointer to data with 'Read+Execute' access (this memory is not writable).

void* VirtMem::DualMapping::rw[¶]

Pointer to data with 'Read+Write' access (this memory is not executable).