Image Object

Object: Image Index: 740 Wizard

The Image object type displays information about the virtual address usage of the images being executed by a process on the computer.

Executable Wizard

Image Space is the virtual address space in use by the selected image with this protection. Executable memory is memory that can be executed by programs, but may not be read or written. This type of protection is not supported by all processor types.

Index: 796 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Exec Read Only Wizard

Image Space is the virtual address space in use by the selected image with this protection. Execute/Read Only memory is memory that can be executed as well as read.

Index: 798 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Exec Read/Write Wizard

Image Space is the virtual address space in use by the selected image with this protection. Execute/Read/Write memory is memory that can be executed by programs as well as read and written.

Index: 800 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Exec Write Copy Wizard

Image Space is the virtual address space in use by the selected image with this protection. Execute Write Copy is memory that can be executed by programs as well as read and written. This type of protection is used when memory needs to be shared between processes. If the sharing processes only read the memory, then they will all use the same memory. If a sharing process desires write access, then a copy of this memory will be made for that process.

Index: 802 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

No Access Wizard

Image Space is the virtual address space in use by the selected image with this protection. No Access protection prevents a process from writing or reading these pages and will generate an access violation if either is attempted.

Index: 788 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Read Only Wizard

Image Space is the virtual address space in use by the selected image with this protection. Read Only protection prevents the contents of these pages from being modified. Any attempts to write or modify these pages will generate an access violation.

Index: 790 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Read/Write Wizard

Image Space is the virtual address space in use by the selected image with this protection. Read/Write protection allows a process to read, modify and write to these pages.

Index: 792 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes

Write Copy Wizard

Image Space is the virtual address space in use by the selected image with this protection. Write Copy protection is used when memory is shared for reading but not for writing. When processes are reading this memory, they can share the same memory, however, when a sharing process wants to have read/write access to this shared memory, a copy of that memory is made for writing to.

Index: 794 Default Scale: 1

Counter Type: PERF_COUNTER_RAWCOUNT Counter Size: 4 bytes