Package com.pnfsoftware.jeb.core.units.code.asm.items
package com.pnfsoftware.jeb.core.units.code.asm.items
Native code items, including code items and data items.
-
ClassDescriptionHints for native data items.Utility methods to facilitate the creation of string items by the
INativeDataAnalyzer
.A manager ofnative field items
.A manager ofnative method items
.A table of native methods, used when defining classes and virtual methods tables.A class item reference.Definition of a native class item, having a class type, methods, fields, and so on.Secondary master interface for native code item that span over a specific amount of bytes in memory.A specialized type for continuous memory items representing data elements (fields).A field item can reference an external field (name+type only), an internal data item, or a struct/class field.A native instruction item represents a concreteIInstruction
at a specific memory address.Master interface for all native code items (objects, types, etc.).Listener mix-in for native items.Interface to define an item listener.Secondary master interface for native code items that have a start address, but may not span a continuous range of bytes.Concrete method (routine) item, providing the implementation of one or more routine references.A method item references an external or internal native routine.A specialized data item representing a stringHints for concrete instruction items.Event class fornative items
.Further details for events issued byINativeCodeUnit
s.A string in memory.DO NOT USE.