Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ISourceCustomizer
Packages that use ISourceCustomizer
Package
Description
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.C AST types, used in AST documents provided by the
source units
generated by gendec
.-
Uses of ISourceCustomizer in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm that return ISourceCustomizerModifier and TypeMethodDescriptionAbstractNativeDecompilerPlugin.getSourceCustomizer
(INativeDecompilerUnit<InsnType> decompiler) The default implementation returns null.INativeDecompilerPlugin.getSourceCustomizer
(INativeDecompilerUnit<InsnType> decompiler) Provide an optional pseudo-C source code customizer. -
Uses of ISourceCustomizer in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Classes in com.pnfsoftware.jeb.core.units.code.asm.decompiler that implement ISourceCustomizerModifier and TypeClassDescriptionclass
Skeleton class for AST (decompiled code) customizers. -
Uses of ISourceCustomizer in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return ISourceCustomizerMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast with parameters of type ISourceCustomizerModifier and TypeMethodDescriptionvoid
COutputSink.setSourceCustomizer
(ISourceCustomizer sourceCustomizer)