Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.analyzer.ILabelManager
Packages that use ILabelManager
Package
Description
Types relating to the disassembler engine.
Native code items, including code items and data items.
-
Uses of ILabelManager in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return ILabelManagerModifier and TypeMethodDescriptionIMemoryModel.getLabelManager()Retrieve the label manager associated with this model. -
Uses of ILabelManager in com.pnfsoftware.jeb.core.units.code.asm.items
Methods in com.pnfsoftware.jeb.core.units.code.asm.items with parameters of type ILabelManagerModifier and TypeMethodDescriptionstatic INativeStringItemDataStringUtil.createFromMemory(INativeDataAnalyzer dataParser, ILabelManager labelman, IVirtualMemory mem, long address, long addressMax, StringEncoding stringType, int minChars, int maxChars) Parse a memory area as a string.