Method SymbolLookup
SymbolLookup(ulong, ref ulong, ulong, out LazyEncodedString?)
Performs symbol lookup for the disassembler
LazyEncodedString? SymbolLookup(ulong referenceValue, ref ulong referenceType, ulong referencePC, out LazyEncodedString? ReferenceName)
Parameters
referenceValue
ulongreferenceValue [Unknown what this is in "reference" to]
referenceType
ulongreferenceType [Unknown what this is in "reference" to or why an implementation might need/want to change this]
referencePC
ulongUnknown but assumed to relate to a program counter
ReferenceName
LazyEncodedStringCompletely unknown. [Is this really an OUT string or an IN array?]
Returns
- LazyEncodedString
Unknown