Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.render.GenericCodeFormatter
Packages that use GenericCodeFormatter
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).-
Uses of GenericCodeFormatter in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return GenericCodeFormatterModifier and TypeMethodDescriptionINativeCodeUnit.getCodeFormatter()
Get the helper object used to format instructions into a sink.Methods in com.pnfsoftware.jeb.core.units with parameters of type GenericCodeFormatterModifier and TypeMethodDescriptionvoid
INativeCodeUnit.setCodeFormatter
(GenericCodeFormatter<InsnType> codeFormatter) -
Uses of GenericCodeFormatter in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm that return GenericCodeFormatter