androdd

Usage: androdd.py [options]

Options:
  -h, --help            show this help message and exit
  -i INPUT, --input=INPUT
                        file : use this filename
  -o OUTPUT, --output=OUTPUT
                        base directory to output all files
  -d DECOMPILER, --decompiler=DECOMPILER
                        choose a decompiler
  -j, --jar             output jar file
  -f FORMAT, --format=FORMAT
                        write the method in specific format (png, ...)
  -l LIMIT, --limit=LIMIT
                        limit analysis to specific methods/classes by using a
                        regexp
androdd.create_directory(class_name, output)
androdd.export_apps_to_format(filename, s, output, methods_filter=None, jar=None, decompiler_type=None, form=None)
androdd.main(options, arguments)
androdd.valid_class_name(class_name)