Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.analyzer.INativeDataAnalyzer
Packages that use INativeDataAnalyzer
Package
Description
Native code items, including code items and data items.
-
Uses of INativeDataAnalyzer in com.pnfsoftware.jeb.core.units.code.asm.items
Methods in com.pnfsoftware.jeb.core.units.code.asm.items with parameters of type INativeDataAnalyzerModifier 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.