DkmProcess.OnInstructionPatchRemoved(UInt64, Byte[]) Method

Definition

Method called by the base debug monitor to inform other components that the instruction memory of the target process was restored to its original state. Currently, this is only used for breakpoint removal.

Location constraint: API must be called from a Monitor component (component level < 100,000).

C++/CX
public:
 void OnInstructionPatchRemoved(unsigned long long Address, Platform::Array <byte> ^ OriginalMemory);

Parameters

Address
UInt64

[In] The base address from which to write the target process's memory.

OriginalMemory
Byte[]

[In] The original code bytes which were restored in the target process.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022