-
-
Notifications
You must be signed in to change notification settings - Fork 504
adding Androguard analyzer closes (#2514) #2555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool! I'll add some other useful functions:
- get_receivers()
- get_services()
- is_valid_APK()
- get_min_sdk_version()
- get_max_sdk_version()
- get_target_sdk_version()
- get_androidversion_code()
- get_androidversion_name()
In that way we can have a more broader overview of the analyzed file
api_app/analyzers_manager/migrations/0124_analyzer_config_androguard.py
Outdated
Show resolved
Hide resolved
api_app/analyzers_manager/migrations/0124_analyzer_config_androguard.py
Outdated
Show resolved
Hide resolved
9bdb50d
to
74d817a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The additional functionalities mentioned by @mlodic have been implemented along with modifications to TLP value and accepted file mime-types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please open a PR for the docs alongside this one then I guess we are done
@mlodic, I've opened a PR (intelowlproject/docs#9) for the addition of Androguard usage details. |
just the last thing requested from deepsource: you should create the |
@mlodic I've added the update method with a pass. Hopefully, this will resolve the issue and we can merge this PR :) |
there's left an unrelated error in the tests. I'll check it before merging |
Description
Adding Androguard analyzer which is a python tool to reverse engineer APKs.
Type of change
Please delete options that are not relevant.
Checklist
develop
dumpplugin
command and added it in the project as a data migration. ("How to share a plugin with the community")test_files.zip
and you added the default tests for that mimetype in test_classes.py.FREE_TO_USE_ANALYZERS
playbook by following this guide.url
that contains this information. This is required for Health Checks._monkeypatch()
was used in its class to apply the necessary decorators.MockUpResponse
of the_monkeypatch()
method. This serves us to provide a valid sample for testing.Black
,Flake
,Isort
) gave 0 errors. If you have correctly installed pre-commit, it does these checks and adjustments on your behalf.tests
folder). All the tests (new and old ones) gave 0 errors.DeepSource
,Django Doctors
or other third-party linters have triggered any alerts during the CI checks, I have solved those alerts.Important Rules
Screenshot
Full Report
job#6_report (1).json