Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

androwarn-1.6.1-11.fc37 RPM for noarch

From Fedora 37 for aarch64 / a

Name: androwarn Distribution: Fedora Project
Version: 1.6.1 Vendor: Fedora Project
Release: 11.fc37 Build date: Wed Jul 20 22:52:10 2022
Group: Unspecified Build host: buildvm-x86-22.iad2.fedoraproject.org
Size: 692783 Source RPM: androwarn-1.6.1-11.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/maaaaz/androwarn
Summary: Static code analyzer for malicious Android applications
Androwarn is a tool whose main aim is to detect and warn the user about
potential malicious behaviors developed by an Android application.

The detection is performed with the static analysis of the application's
Dalvik bytecode, represented as Smali, with the androguard library.

This analysis leads to the generation of a report, according to a technical
detail level chosen from the user.

Provides

Requires

License

LGPLv3+ and ASL 2.0 and MIT

Changelog

* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.6.1-10
  - Rebuilt for Python 3.11
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.6.1-7
  - Rebuilt for Python 3.10
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/bin/androwarn
/usr/lib/python3.11/site-packages/androwarn
/usr/lib/python3.11/site-packages/androwarn-1.6.1-py3.11.egg-info
/usr/lib/python3.11/site-packages/androwarn-1.6.1-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/androwarn-1.6.1-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/androwarn-1.6.1-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/androwarn-1.6.1-py3.11.egg-info/entry_points.txt
/usr/lib/python3.11/site-packages/androwarn-1.6.1-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/androwarn-1.6.1-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/androwarn/COPYING
/usr/lib/python3.11/site-packages/androwarn/COPYING.LESSER
/usr/lib/python3.11/site-packages/androwarn/README.md
/usr/lib/python3.11/site-packages/androwarn/__init__.py
/usr/lib/python3.11/site-packages/androwarn/__pycache__
/usr/lib/python3.11/site-packages/androwarn/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/__pycache__/androwarn.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/__pycache__/androwarn.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/androwarn.py
/usr/lib/python3.11/site-packages/androwarn/warn
/usr/lib/python3.11/site-packages/androwarn/warn/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/analysis
/usr/lib/python3.11/site-packages/androwarn/warn/analysis/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/analysis/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/analysis/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/analysis/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/analysis/__pycache__/analysis.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/analysis/__pycache__/analysis.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/analysis/analysis.py
/usr/lib/python3.11/site-packages/androwarn/warn/constants
/usr/lib/python3.11/site-packages/androwarn/warn/constants/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/constants/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/constants/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/constants/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/constants/__pycache__/api_constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/constants/__pycache__/api_constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/constants/api_constants.py
/usr/lib/python3.11/site-packages/androwarn/warn/core
/usr/lib/python3.11/site-packages/androwarn/warn/core/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/core/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/core/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/core/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/core/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/core/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/core/core.py
/usr/lib/python3.11/site-packages/androwarn/warn/report
/usr/lib/python3.11/site-packages/androwarn/warn/report/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/report/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/report/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/report/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/report/__pycache__/report.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/report/__pycache__/report.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/report/report.py
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/css
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/css/bootstrap-responsive.css
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/css/bootstrap.css
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/ico
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/ico/favicon.ico
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/img
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/img/Androwarn_logo_no_text.png
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/img/Androwarn_logo_text.png
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/js
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/js/bootstrap-tab.js
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/js/jquery.js
/usr/lib/python3.11/site-packages/androwarn/warn/report/report_template/template.html
/usr/lib/python3.11/site-packages/androwarn/warn/search
/usr/lib/python3.11/site-packages/androwarn/warn/search/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/search/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/__pycache__/search.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/__pycache__/search.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/api
/usr/lib/python3.11/site-packages/androwarn/warn/search/api/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/api/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/search/api/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/api/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/api/__pycache__/api.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/api/__pycache__/api.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/api/api.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/apk
/usr/lib/python3.11/site-packages/androwarn/warn/search/apk/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/apk/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/search/apk/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/apk/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/apk/__pycache__/apk.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/apk/__pycache__/apk.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/apk/apk.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/application
/usr/lib/python3.11/site-packages/androwarn/warn/search/application/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/application/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/search/application/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/application/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/application/__pycache__/application.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/application/__pycache__/application.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/application/application.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/Audio_video_interception.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/Geolocation_information.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/PIM_leakage.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/Audio_video_interception.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/Audio_video_interception.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/Geolocation_information.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/Geolocation_information.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/PIM_leakage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/PIM_leakage.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/code_execution.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/code_execution.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/connection_interfaces.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/connection_interfaces.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/device_settings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/device_settings.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/remote_connection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/remote_connection.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/telephony_identifiers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/telephony_identifiers.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/telephony_services.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/__pycache__/telephony_services.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/code_execution.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/connection_interfaces.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/device_settings.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/remote_connection.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/telephony_identifiers.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/malicious_behaviours/telephony_services.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/manifest
/usr/lib/python3.11/site-packages/androwarn/warn/search/manifest/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/manifest/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/search/manifest/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/manifest/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/manifest/__pycache__/manifest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/manifest/__pycache__/manifest.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/search/manifest/manifest.py
/usr/lib/python3.11/site-packages/androwarn/warn/search/search.py
/usr/lib/python3.11/site-packages/androwarn/warn/util
/usr/lib/python3.11/site-packages/androwarn/warn/util/__init__.py
/usr/lib/python3.11/site-packages/androwarn/warn/util/__pycache__
/usr/lib/python3.11/site-packages/androwarn/warn/util/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/util/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/util/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/util/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/androwarn/warn/util/util.py
/usr/share/doc/androwarn
/usr/share/doc/androwarn/README.md
/usr/share/licenses/androwarn
/usr/share/licenses/androwarn/COPYING
/usr/share/licenses/androwarn/COPYING.LESSER


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:55:42 2024