adding Androguard analyzer closes (#2514)#2555
Merged
mlodic merged 5 commits intointelowlproject:developfrom Oct 29, 2024
Merged
adding Androguard analyzer closes (#2514)#2555mlodic merged 5 commits intointelowlproject:developfrom
mlodic merged 5 commits intointelowlproject:developfrom
Conversation
Closed
mlodic
requested changes
Oct 28, 2024
Member
mlodic
left a comment
There was a problem hiding this comment.
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
mlodic
requested changes
Oct 28, 2024
Member
mlodic
left a comment
There was a problem hiding this comment.
please open a PR for the docs alongside this one then I guess we are done
Member
Author
|
@mlodic, I've opened a PR (intelowlproject/docs#9) for the addition of Androguard usage details. |
Member
|
just the last thing requested from deepsource: you should create the |
Member
Author
|
@mlodic I've added the update method with a pass. Hopefully, this will resolve the issue and we can merge this PR :) |
Member
|
there's left an unrelated error in the tests. I'll check it before merging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adding Androguard analyzer which is a python tool to reverse engineer APKs.
Type of change
Please delete options that are not relevant.
Checklist
developdumpplugincommand and added it in the project as a data migration. ("How to share a plugin with the community")test_files.zipand you added the default tests for that mimetype in test_classes.py.FREE_TO_USE_ANALYZERSplaybook by following this guide.urlthat contains this information. This is required for Health Checks._monkeypatch()was used in its class to apply the necessary decorators.MockUpResponseof 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.testsfolder). All the tests (new and old ones) gave 0 errors.DeepSource,Django Doctorsor 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