Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.type.IPrimitiveSizes
Packages that use IPrimitiveSizes
Package
Description
Types relating to the disassembler engine.
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec).-
Uses of IPrimitiveSizes in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Methods in com.pnfsoftware.jeb.core.units.code.asm.analyzer that return IPrimitiveSizesModifier and TypeMethodDescriptionAbstractAnalyzerExtension.getPrimitiveSizes(SubsystemType subsystemType, CompilerType compilerType) The default implementation returns null.INativeCodeAnalyzerExtension.getPrimitiveSizes(SubsystemType subsystemType, CompilerType compilerType) This method is called by the code unit to retrieve primitive type information. -
Uses of IPrimitiveSizes in com.pnfsoftware.jeb.core.units.code.asm.type
Classes in com.pnfsoftware.jeb.core.units.code.asm.type that implement IPrimitiveSizesModifier and TypeClassDescriptionclassStandard implementation for the sizes of C primitives.Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return IPrimitiveSizesConstructors in com.pnfsoftware.jeb.core.units.code.asm.type with parameters of type IPrimitiveSizes