Uses of Interface
com.pnfsoftware.jeb.util.collect.ISegmentFactory
Packages that use ISegmentFactory
Package
Description
Types relating to the disassembler engine.
Collections, such as segments, custom maps/sets/lists, etc.
-
Uses of ISegmentFactory in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return ISegmentFactory -
Uses of ISegmentFactory in com.pnfsoftware.jeb.util.collect
Methods in com.pnfsoftware.jeb.util.collect with parameters of type ISegmentFactoryModifier and TypeMethodDescriptionISegmentMap.contiguousSubMap
(K begin, K end, ISegmentFactory<K, V> factory) Get a map containing all the segments in the ranges, without any gap.SegmentMap.contiguousSubMap
(K begin, K end, ISegmentFactory<K, V> factory) Create segments to fill in the gaps in the provided range of addresses.ISegmentMap.generateGapItems
(K begin, boolean allowHeader, K end, boolean allowTrailer, ISegmentFactory<K, V> factory, boolean addItemsToMap) Create segments to fill in the gaps in the provided range of addresses.SegmentMap.generateGapItems
(K begin, boolean allowHeader, K end, boolean allowTrailer, ISegmentFactory<K, V> factory, boolean addItemsToMap)