Uses of Interface
com.pnfsoftware.jeb.core.input.IInputLocation
Packages that use IInputLocation
Package
Description
Types used by units to read data.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Standard implementations of basic units objects.
-
Uses of IInputLocation in com.pnfsoftware.jeb.core.input
Classes in com.pnfsoftware.jeb.core.input that implement IInputLocationModifier and TypeClassDescriptionclass
Location information within binary input. -
Uses of IInputLocation in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return IInputLocationModifier and TypeMethodDescriptiondefault IInputLocation
IInteractiveUnit.addressToLocation
(String address) Convert a unit-specific address to location information relative to the input.Methods in com.pnfsoftware.jeb.core.units with parameters of type IInputLocationModifier and TypeMethodDescriptiondefault String
IInteractiveUnit.locationToAddress
(IInputLocation location) Convert a location relative to the input to a unit-specific address. -
Uses of IInputLocation in com.pnfsoftware.jeb.core.units.impl
Methods in com.pnfsoftware.jeb.core.units.impl that return IInputLocationMethods in com.pnfsoftware.jeb.core.units.impl with parameters of type IInputLocationModifier and TypeMethodDescriptionInteractiveWrapperUnit.locationToAddress
(IInputLocation location)