Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.analyzer.INativeCodeModel
Packages that use INativeCodeModel
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types relating to the disassembler engine.
Native code items, including code items and data items.
-
Uses of INativeCodeModel in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return INativeCodeModel -
Uses of INativeCodeModel in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code with parameters of type INativeCodeModelModifier and TypeMethodDescriptionstatic CodePointerCodePointer.createFrom(long internalAddress, INativeCodeModel<?> model) -
Uses of INativeCodeModel in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return INativeCodeModelModifier and TypeMethodDescriptionINativeCodeAnalyzer.getModel()Get the memory model managed by this analyzer. -
Uses of INativeCodeModel in com.pnfsoftware.jeb.core.units.code.asm.items
Methods in com.pnfsoftware.jeb.core.units.code.asm.items with parameters of type INativeCodeModelModifier and TypeMethodDescriptionstatic StringDataStringUtil.getValidStringAt(INativeCodeModel<?> model, IVirtualMemory mem, long address, int minChars, int maxChars) Determine whether the memory bytes at the provided address look like a string and return its value.static booleanDataStringUtil.isValidStringAt(INativeCodeModel<?> model, IVirtualMemory mem, long address, int minChars, int maxChars) Determine whether the memory bytes at the provided address look like a string.