Uses of Class
jadx.api.JadxDecompiler
Packages that use JadxDecompiler
Package
Description
-
Uses of JadxDecompiler in jadx.analysis.callgraph
Fields in jadx.analysis.callgraph declared as JadxDecompilerMethods in jadx.analysis.callgraph with parameters of type JadxDecompilerModifier and TypeMethodDescriptionstatic ICallGraphBuilderJadxCallGraph.builder(JadxDecompiler decompiler) Constructors in jadx.analysis.callgraph with parameters of type JadxDecompiler -
Uses of JadxDecompiler in jadx.api
Fields in jadx.api declared as JadxDecompilerModifier and TypeFieldDescriptionprivate final @Nullable JadxDecompilerJavaClass.decompilerprivate final JadxDecompilerResourceFile.decompilerprivate final JadxDecompilerResourcesLoader.decompilerMethods in jadx.api that return JadxDecompilerModifier and TypeMethodDescriptionResourceFile.getDecompiler()(package private) JadxDecompilerJavaClass.getRootDecompiler()Methods in jadx.api with parameters of type JadxDecompilerModifier and TypeMethodDescriptionprivate static StringJadxArgs.buildPluginsHash(@Nullable JadxDecompiler decompiler) private static voidJadxArgsValidator.checkInputFiles(JadxDecompiler jadx, JadxArgs args) static ResourceFileResourceFile.createResourceFile(JadxDecompiler decompiler, File file, ResourceType type) static ResourceFileResourceFile.createResourceFile(JadxDecompiler decompiler, String name, ResourceType type) (package private) static ResContainerResourcesLoader.loadContent(JadxDecompiler jadxRef, ResourceFile rf) JadxArgs.makeCodeArgsHash(@Nullable JadxDecompiler decompiler) Hash of all options that can change result codestatic voidJadxArgsValidator.validate(JadxDecompiler jadx) Constructors in jadx.api with parameters of type JadxDecompilerModifierConstructorDescription(package private)JavaClass(ClassNode classNode, @NotNull JadxDecompiler decompiler) protectedResourceFile(JadxDecompiler decompiler, String name, ResourceType type) (package private)ResourcesLoader(JadxDecompiler decompiler) -
Uses of JadxDecompiler in jadx.api.plugins
Methods in jadx.api.plugins that return JadxDecompiler -
Uses of JadxDecompiler in jadx.api.plugins.pass.impl
Fields in jadx.api.plugins.pass.impl with type parameters of type JadxDecompilerMethods in jadx.api.plugins.pass.impl with parameters of type JadxDecompilerConstructor parameters in jadx.api.plugins.pass.impl with type arguments of type JadxDecompiler -
Uses of JadxDecompiler in jadx.api.plugins.pass.types
Methods in jadx.api.plugins.pass.types with parameters of type JadxDecompiler -
Uses of JadxDecompiler in jadx.cli
Methods in jadx.cli with parameters of type JadxDecompilerModifier and TypeMethodDescriptionprivate static booleanJadxCLI.checkForErrors(JadxDecompiler jadx) static booleanSingleClassMode.process(JadxDecompiler jadx, JadxCLIArgs cliArgs) private static voidJadxCLI.save(JadxDecompiler jadx) private static voidJadxCLI.writeCallGraph(JadxDecompiler jadx, JadxCLIArgs cliArgs) -
Uses of JadxDecompiler in jadx.core.dex.nodes
Fields in jadx.core.dex.nodes declared as JadxDecompilerModifier and TypeFieldDescriptionprivate @Nullable JadxDecompilerRootNode.decompilerOptional decompiler referenceMethods in jadx.core.dex.nodes that return JadxDecompilerConstructors in jadx.core.dex.nodes with parameters of type JadxDecompilerModifierConstructorDescriptionprivateRootNode(@Nullable JadxDecompiler decompiler, JadxArgs args) RootNode(JadxDecompiler decompiler) -
Uses of JadxDecompiler in jadx.core.plugins
Fields in jadx.core.plugins declared as JadxDecompilerModifier and TypeFieldDescriptionprivate final JadxDecompilerJadxPluginManager.decompilerprivate final JadxDecompilerJadxPluginsData.decompilerprivate final JadxDecompilerPluginContext.decompilerMethods in jadx.core.plugins that return JadxDecompilerConstructors in jadx.core.plugins with parameters of type JadxDecompilerModifierConstructorDescriptionJadxPluginManager(JadxDecompiler decompiler) JadxPluginsData(JadxDecompiler decompiler, JadxPluginManager pluginManager) (package private)PluginContext(JadxDecompiler decompiler, JadxPluginsData pluginsData, JadxPlugin plugin) -
Uses of JadxDecompiler in jadx.core.utils.android
Methods in jadx.core.utils.android with parameters of type JadxDecompilerModifier and TypeMethodDescription@Nullable JavaClassApplicationParams.getApplicationJavaClass(JadxDecompiler decompiler) @Nullable JavaClassApplicationParams.getMainActivityJavaClass(JadxDecompiler decompiler) -
Uses of JadxDecompiler in jadx.core.xmlgen
Constructors in jadx.core.xmlgen with parameters of type JadxDecompilerModifierConstructorDescriptionResourcesSaver(JadxDecompiler decompiler, File outDir, ResourceFile resourceFile)