Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.type.IReferenceType
Packages that use IReferenceType
Package
Description
Native code items, including code items and data items.
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec
).-
Uses of IReferenceType in com.pnfsoftware.jeb.core.units.code.asm.items
Methods in com.pnfsoftware.jeb.core.units.code.asm.items that return IReferenceType -
Uses of IReferenceType in com.pnfsoftware.jeb.core.units.code.asm.type
Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return IReferenceTypeModifier and TypeMethodDescriptionITypeManager.createReference
(INativeType baseType) Create a new simple pointer type.ITypeManager.createReference
(INativeType baseType, int refCount) Create a new reference (pointer) type.INativeType.getReference()
Convenience method used to create a reference (pointer) type on this type.ITypeManager.getVoidReference()