Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.analyzer.ICompiler
Packages that use ICompiler
Package
Description
This package and sub-packages contains types used by the native code analysis pipeline, including
gendec
(the generic decompiler).Types relating to the disassembler engine.
Types for library code signatures (siglib) generation and identification.
-
Uses of ICompiler in com.pnfsoftware.jeb.core.units.code.asm
Methods in com.pnfsoftware.jeb.core.units.code.asm that return ICompiler -
Uses of ICompiler in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Fields in com.pnfsoftware.jeb.core.units.code.asm.analyzer declared as ICompilerModifier and TypeFieldDescriptionstatic final ICompiler
ICompiler.COMP_ANDROID_ART
static final ICompiler
ICompiler.COMP_ANDROID_NDK
static final ICompiler
ICompiler.COMP_UNKNOWN
static final ICompiler
ICompiler.COMP_UNKNOWN_LINUX
static final ICompiler
ICompiler.COMP_UNKNOWN_WINDOWS
static final ICompiler
ICompiler.COMP_VISUAL_STUDIO
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return ICompilerModifier and TypeMethodDescriptionINativeCodeAnalyzer.getDetectedCompiler()
Get the compiler detected when analyzing the input file. -
Uses of ICompiler in com.pnfsoftware.jeb.core.units.code.asm.sig
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig that return ICompilerModifier and TypeMethodDescriptionNativeSignaturePackageMetadata.getTargetCompiler()
Provides the compiler targeted by this signature package.Methods in com.pnfsoftware.jeb.core.units.code.asm.sig with parameters of type ICompiler