Binary package “droidlysis” in ubuntu noble

Property extractor for Android apps

 DroidLysis is a property extractor for Android apps. It automatically
 disassembles the Android application you provide and looks for
 various properties within the package or its disassembly. DroidLysis
 can be used over Android packages (apk), Dalvik executables (dex),
 Zip files (zip), Rar files (rar) or directories of files.
 .
 DroidLysis outputs:
 .
  * A summary on the console
  * The unzipped, pre-processed sample in a subdirectory of your output
    dir. The subdirectory is named using the sample's filename and
    sha256 sum.
  * A database (by default, SQLite droidlysis.db) containing
    properties it noticed.
 .
 DroidLysis can optionally use dex2jar to provide more information.
 It is free software but not currently in Debian, and must be
 separately downloaded into ~/.local/share/droidlysis.