Skip to content
UFOX 中文
DALVIK EXECUTABLE ANALYSIS

DEX Decompiler Online

Load one or more DEX files in the browser, browse the class tree, inspect Smali, and view Java decompilation powered by Garlic without automatically uploading the files.

Browse code across DEX files

Load multiple DEX files

Select or drop one or more .dex files and keep them together in a single class explorer.

Inspect classes and Smali

Navigate package and class names, then read the Smali disassembly for a selected class.

View Java with Garlic

Request Java decompilation for a class through the Garlic engine when a higher-level representation is useful.

A browser-local DEX and Smali workflow

Use the class tree to move from a DEX file to a package and then to an individual class. Smali and Java views are available from the same workspace, which is useful when comparing the compiled representation with a higher-level reading.

For JADX-style Java decompilation searches

If you are looking for a browser-based JADX-style workflow, UFOX provides local Java decompilation through Garlic. UFOX does not embed or run JADX; the Java view is produced by Garlic.