Uses of Interface
jadx.api.plugins.input.ICodeLoader
Packages that use ICodeLoader
Package
Description
-
Uses of ICodeLoader in jadx.api
Fields in jadx.api with type parameters of type ICodeLoaderModifier and TypeFieldDescriptionprivate final List<ICodeLoader> JadxDecompiler.customCodeLoadersprivate final List<ICodeLoader> JadxDecompiler.loadedInputsMethods in jadx.api that return types with arguments of type ICodeLoaderMethods in jadx.api with parameters of type ICodeLoaderModifier and TypeMethodDescriptionvoidJadxDecompiler.addCustomCodeLoader(ICodeLoader customCodeLoader) -
Uses of ICodeLoader in jadx.api.plugins.data
Methods in jadx.api.plugins.data that return ICodeLoaderModifier and TypeMethodDescriptionJadxPluginRuntimeData.loadCodeFiles(List<Path> files, @Nullable Closeable closeable) Convenient method to simplify code loading from custom files. -
Uses of ICodeLoader in jadx.api.plugins.input
Methods in jadx.api.plugins.input that return ICodeLoader -
Uses of ICodeLoader in jadx.api.plugins.input.data.impl
Classes in jadx.api.plugins.input.data.impl that implement ICodeLoaderFields in jadx.api.plugins.input.data.impl with type parameters of type ICodeLoaderConstructor parameters in jadx.api.plugins.input.data.impl with type arguments of type ICodeLoaderModifierConstructorDescriptionMergeCodeLoader(List<ICodeLoader> codeLoaders) MergeCodeLoader(List<ICodeLoader> codeLoaders, @Nullable Closeable closeable) -
Uses of ICodeLoader in jadx.core.dex.nodes
Method parameters in jadx.core.dex.nodes with type arguments of type ICodeLoader -
Uses of ICodeLoader in jadx.core.plugins
Methods in jadx.core.plugins that return ICodeLoaderModifier and TypeMethodDescriptionPluginContext.loadCodeFiles(List<Path> files, @Nullable Closeable closeable) -
Uses of ICodeLoader in jadx.plugins.input.dex
Classes in jadx.plugins.input.dex that implement ICodeLoaderMethods in jadx.plugins.input.dex that return ICodeLoaderModifier and TypeMethodDescriptionDexInputPlugin.loadDexData(List<IDexData> list) DexInputPlugin.loadDexFromInputStream(InputStream in, @Nullable String fileLabel) -
Uses of ICodeLoader in jadx.plugins.input.xapk
Methods in jadx.plugins.input.xapk that return ICodeLoader