D3FEND 技术详情

D3-HBPI

D3-HBPI

Hardware-based Process Isolation

定义

Preventing one process from writing to the memory space of another process through hardware based address manager implementations.

父技术
子技术
关联构件
CreateProcess
Create Process

Executes a process.

Process
Process

A process is an instance of a computer program that is being executed. It contains the program code and its current activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that execute instructions concurrently. A computer program is a passive collection of instructions, while a process is the actual execution of those instructions. Several processes may be associated with the same program; for example, opening up several instances of the same program often means more than one process is being executed.

语义关系
出向isolatesProcess
出向kb referenceReference - Approaches for securing an internet endpoint using fine-grained operating system virtualization - Bromium, Inc.
出向kb referenceReference - Isolation of applications within a virtual machine - Bromium, Inc.
出向kb referenceReference - Virtualized process isolation - Advanced Micro Devices Inc
出向restrictsCreate Process