Uses of Interface
com.pnfsoftware.jeb.util.collect.ISegment
Packages that use ISegment
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types relating to the disassembler engine.
Types used to create and access
gendec's IR (Intermediate Representation).Native code items, including code items and data items.
Types for "code-less" signatures.
Collections, such as segments, custom maps/sets/lists, etc.
-
Uses of ISegment in com.pnfsoftware.jeb.core.units.code
Subinterfaces of ISegment in com.pnfsoftware.jeb.core.units.codeModifier and TypeInterfaceDescriptioninterfaceHigh-level definition of a variable (aka identifier), generated and used by decompilers. -
Uses of ISegment in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Classes in com.pnfsoftware.jeb.core.units.code.asm.analyzer that implement ISegment -
Uses of ISegment in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Subinterfaces of ISegment in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir -
Uses of ISegment in com.pnfsoftware.jeb.core.units.code.asm.items
Subinterfaces of ISegment in com.pnfsoftware.jeb.core.units.code.asm.itemsModifier and TypeInterfaceDescriptioninterfaceSecondary master interface for native code item that span over a specific amount of bytes in memory.interfaceA specialized type for continuous memory items representing data elements (fields).interfaceA native instruction item represents a concreteIInstructionat a specific memory address.interfaceA specialized data item representing a string -
Uses of ISegment in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless
Classes in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless that implement ISegment -
Uses of ISegment in com.pnfsoftware.jeb.util.collect
Classes in com.pnfsoftware.jeb.util.collect with type parameters of type ISegmentModifier and TypeClassDescriptionfinal classAddressSegmentMap<T extends ISegment<Long>>Segment-map specialized to handle memory addresses, up to 64-bit.interfaceIMultiSegmentMap<K extends Comparable<K>,V extends ISegment<K>> Definition of map holding multiplesegments.interfaceISegmentMap<K extends Comparable<K>,V extends ISegment<K>> Definition of asegment-map, a data structure similar to aninterval-map.classMultiSegmentMap<K extends Comparable<K>,V extends ISegment<K>> Standard implementation of a multi-segments maps.classSegmentMap<K extends Comparable<K>,V extends ISegment<K>> Standard implementation of a segment-map using aTreeMapas the underlying data structure.Classes in com.pnfsoftware.jeb.util.collect that implement ISegmentModifier and TypeClassDescriptionclassStandard implementation of a segment using an integer treated as a signed value.classStandard implementation of a segment using anlongtreated as a signed value.