Uses of Enum Class
com.pnfsoftware.jeb.core.output.AddressConversionPrecision
Package
Description
Types used by scripts to interact with the analysis results presented by a JEB client.
Support types for actions that units may provide and implementation in order to allow generic access requests.
Types to build unit-generated contents in the form of text, table, or tree documents.
Types for text documents, useful to represent textual data generated by a unit.
Trivial implementations for the text package interfaces.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
C AST types, used in AST documents provided by the
source units
generated by gendec
.Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of AddressConversionPrecision in com.pnfsoftware.jeb.client.api
Modifier and TypeMethodDescriptionIUnitFragment.getActiveAddress
(AddressConversionPrecision precision) Retrieve the active address in the fragment, with desired precision. -
Uses of AddressConversionPrecision in com.pnfsoftware.jeb.core.actions
Modifier and TypeMethodDescriptionvoid
ActionContext.setAddressPrecision
(AddressConversionPrecision addressPrecision) ModifierConstructorDescriptionActionContext
(IInteractiveUnit unit, int actionId, long itemId, String address, AddressConversionPrecision precision) Create an object, requesting action information for the provided item or provided address. -
Uses of AddressConversionPrecision in com.pnfsoftware.jeb.core.output
Modifier and TypeMethodDescriptionstatic AddressConversionPrecision
Returns the enum constant of this class with the specified name.static AddressConversionPrecision[]
AddressConversionPrecision.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AddressConversionPrecision in com.pnfsoftware.jeb.core.output.text
Modifier and TypeMethodDescriptionITextDocument.coordinatesToAddress
(ICoordinates coordinates, AddressConversionPrecision precision) Convert document-specific text coordinates to a unit-specific address. -
Uses of AddressConversionPrecision in com.pnfsoftware.jeb.core.output.text.impl
Modifier and TypeMethodDescriptionAbstractTextDocument.coordinatesToAddress
(ICoordinates coordinates, AddressConversionPrecision precision) AbstractTextPartAsDocumentProxy.coordinatesToAddress
(ICoordinates coordinates, AddressConversionPrecision precision) AsciiDocument.coordinatesToAddress
(ICoordinates coordinates, AddressConversionPrecision precision) HexDumpDocument.coordinatesToAddress
(ICoordinates coordinates, AddressConversionPrecision precision) -
Uses of AddressConversionPrecision in com.pnfsoftware.jeb.core.units
Modifier and TypeMethodDescriptionINativeCodeUnit.getAddressFromCodeCoordinates
(ICodeCoordinates cc, AddressConversionPrecision precision) long
INativeCodeUnit.getCanonicalMemoryAddress
(String address, AddressConversionPrecision precision) Convert a flexible native code unit address to a canonical memory address.AddressPrefixMetadataGroup.getData
(String address, AddressConversionPrecision precision) IMetadataGroup.getData
(String address, AddressConversionPrecision precision) Get the piece of metadata associated with the provided address.MetadataGroup.getData
(String address, AddressConversionPrecision precision) -
Uses of AddressConversionPrecision in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Modifier and TypeMethodDescriptionCDocument.coordinatesToAddress
(ICoordinates coordinates, AddressConversionPrecision precision) -
Uses of AddressConversionPrecision in com.pnfsoftware.jeb.core.units.code.java
Modifier and TypeMethodDescriptionJavaDocument.coordinatesToAddress
(ICoordinates coordinates, AddressConversionPrecision precision)