Uses of Interface
com.pnfsoftware.jeb.core.input.IInputLocation
Packages that use IInputLocation
Package
Description
Input abstractions and helper types used by units to read binary data from files, byte arrays,
bounded sub-ranges, or lazily provided entries.
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 TypeClassDescriptionclassLocation information within binary input, consisting of an offset and an optional size, plus optional source metadata. -
Uses of IInputLocation in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return IInputLocationModifier and TypeMethodDescriptiondefault IInputLocationIInteractiveUnit.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 StringIInteractiveUnit.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)