Interface INativeDisassemblyDocument
- All Superinterfaces:
IEventSource
,IGenericDocument
,ITextDocument
Definition of a native code disassembly document. A disassembly document is a text document
broken down in multiple parts.
-
Method Summary
Modifier and TypeMethodDescriptiongetDisassemblyPart
(long address, long endAddress) getUnit()
IUnit
which is being renderedvoid
setPropertyOverrides
(NativeDisassemblyProperties propertyOverrides) Methods inherited from interface com.pnfsoftware.jeb.util.events.IEventSource
addListener, countListeners, getListeners, getParentSource, insertListener, notifyListeners, removeListener, setParentSource
Methods inherited from interface com.pnfsoftware.jeb.core.output.IGenericDocument
dispose, getPropertyManager
Methods inherited from interface com.pnfsoftware.jeb.core.output.text.ITextDocument
addressToCoordinates, addressToCoordinates, coordinatesToAddress, coordinatesToAddress, format, getAnchorCount, getBinaryRepresentation, getDocumentPart, getDocumentPart, getDocumentPart2, getFirstAnchor, getInitialAnchor, hasBinaryRepresentation
-
Method Details
-
getPropertyOverrides
NativeDisassemblyProperties getPropertyOverrides()- Returns:
-
setPropertyOverrides
- Parameters:
propertyOverrides
-
-
getDisassemblyPart
- Parameters:
address
-endAddress
-- Returns:
-
getUnit
INativeCodeUnit<?> getUnit()IUnit
which is being rendered- Specified by:
getUnit
in interfaceIGenericDocument
- Returns:
IUnit
-