Skip to content

Getting started

Rodi edited this page Mar 9, 2022 · 1 revision

Download the latest release here.

To view the command line options, use dexsearch -h. This will give the following output:

usage: dexsearch
 -a, --android <arg>   The location of the android stub jar (included in the Android SDK) to see if 
                       class names are valid or should be changed to java.lang.Object.
 -b, --base <arg>      The fully qualified name of the base class of the generated mapping classes.
 -h, --help            Displays help information.
 -i, --input <arg>     The input apk file containing DEX binaries.
 -j, --jar <arg>       The destination for the jar containing generated classes for the mappings.
 -o, --output <arg>    The output file to write the schema mapping metadata.
 -p, --package <arg>   The name of the package the generated classes should be generated under.
 -s, --schema <arg>    The schema file.

Clone this wiki locally