パッケージ: droidlysis (3.4.7-1)
droidlysis に関するリンク
Debian の資源:
droidlysis ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- diffoscope-minimal
- diffoscope
- google-android-tools-installer
- google-android-cmdline-tools-1.0-installer
- google-android-cmdline-tools-2.1-installer
- google-android-cmdline-tools-3.0-installer
- google-android-cmdline-tools-4.0-installer
- android-libboringssl-dev
- google-android-cmdline-tools-10.0-installer
- google-android-cmdline-tools-11.0-installer
- google-android-cmdline-tools-12.0-installer
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.
その他の droidlysis 関連パッケージ
|
|
|
|
-
- dep: androguard
- full Python tool to play with Android files
-
- dep: apktool
- tool for reverse engineering Android apk files
-
- dep: default-jre-headless
- Standard Java or Java compatible Runtime (headless)
-
- dep: file
- 「マジック」ナンバーを使ったデータ形式認識
-
- dep: libsmali-java
- Android の dex フォーマット用アセンブラ・ディスアセンブラ
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-magic
- python3 interface to the libmagic file type identification library
-
- dep: python3-platformdirs
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-rarfile
- RAR archive reader module for Python
-
- dep: python3-requests
- 人間のために作られた、Python 3 向けの洗練された単純な HTTP ライブラリ
-
- dep: python3-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python 3
-
- dep: unzip
- zip ファイル用展開プログラム