Memory Instrumentation

Memory Access Instrumentation

Understand the general approach for instrumenting all memory accesses made by the simulated system.

Memory Access Reasoning

There are multiple types of memory access notifications, learn which access types are useful for what.

Memory Access Inspection

Get useful information about the instruction being executed, such as its virtual, linear and physical address or its size and attribute information.

Memory Access Redirection

Replace the implementation of an instruction using your own implementation in the ztool.

Multicore Memory Accesses

Replace the implementation of an instruction using your own implementation in the ztool.