Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.type.IAliasType
Packages that use IAliasType
Package
Description
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec
).-
Uses of IAliasType in com.pnfsoftware.jeb.core.units.code.asm.type
Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return IAliasTypeModifier and TypeMethodDescriptionITypeManager.createAlias
(String signature, INativeType aliasedType) Create a new alias (typedef) type.ITypeManager.createAlias
(String signature, String aliasedTypeSignature) Convenience method to create a new alias type.