Questions about this topic? Sign up to ask in the talk tab.

Memory addresses

From NetSec
Revision as of 20:57, 28 November 2012 by LashawnSeccombe (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Memory addresses are typically a 32-bit or 64-bit hexadecimal number referring to a region of random access memory (RAM).

This is what is typically contained by an "Absolute Pointer" or "Absolute Address", however "Virtual Memory Addresses" exist as well on a per-process context basis within a given process' runtime environment.

Related: