Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.type.ITypeLibrary
Packages that use ITypeLibrary
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 ITypeLibrary in com.pnfsoftware.jeb.core.units.code.asm.type
Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return ITypeLibraryMethods in com.pnfsoftware.jeb.core.units.code.asm.type that return types with arguments of type ITypeLibraryModifier and TypeMethodDescriptionTypeLibraryService.getLoadedTypeLibraries()
Get the list of loaded type libraries.Methods in com.pnfsoftware.jeb.core.units.code.asm.type with parameters of type ITypeLibraryModifier and TypeMethodDescriptionboolean
TypeLibraryService.loadExternal
(ITypeLibrary typelib) Load the provided external (not backed by a file managed by this TLS) typelib object.boolean
TypeLibraryService.unload
(ITypeLibrary typelib) Unload a type library.