DkmDisassembledInstruction.ValidInstruction Property

Definition

True if this instruction was successfully disassembled. False if it is a filler instruction used by heuristic unwinders when an invalid op code is encountered. Most disassembly providers will fill the op code with question marks when this is set to true to indicate a bogus instruction.

public:
 property bool ValidInstruction { bool get(); };
public:
 property bool ValidInstruction { bool get(); };
public bool ValidInstruction { get; }
member this.ValidInstruction : bool
Public ReadOnly Property ValidInstruction As Boolean

Property Value

Returns Boolean.

Applies to