InstructionInfo

The InstructionInfo gives informations about a assembler instruction. .

function InstructionInfo(
  pAddr: Pointer;
  var sInstructionName: String;
  var dwSize: DWord
): Boolean; stdcall;

Parameters

pAddr
[in] Pointer to assembler instruction which shall be analysed.
sInstructionName
[out] The assembler instruction interpreted as String. Returns 'Undefined' if the assembler instruction is unknown and not implemented.
dwSize
[out] Size of assembler instruction. Retruns 0 if the assembler instruction is unknown and not imlemented.

 

Remarks

InstructionInfo analyses the assembler instruction. It can fail if the memory is not readable.

 

Return Values

If the function succeeds, the return value is true.

If the function fails, the return value is false.

 

Requirements

Client Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.
Header

Declared in uallDisasm.pas