8.6 Examining and Modifying Memory Contents

TOOLHELP.DLL includes functions that enable you to examine and modify global memory contents without consideration for selector tiling and aliasing or read-write attributes.

The MemoryRead function reads global memory at a specific selector and offset. The MemoryWrite function writes to global memory at a specific selector and offset.

The GlobalHandleToSel function converts a global memory handle to a selector.