Skip to content
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

[OS3 Hackathon] Refactor File_Info Analyzer #212

Closed
3c7 opened this issue Mar 26, 2018 · 2 comments
Closed

[OS3 Hackathon] Refactor File_Info Analyzer #212

3c7 opened this issue Mar 26, 2018 · 2 comments
Assignees
Labels
category:enhancement Issue is related to an existing feature to improve scope:analyzer Issue is analyzer related status:in progress
Milestone

Comments

@3c7
Copy link
Contributor

3c7 commented Mar 26, 2018

Ideas

  • Create a base class which defines functions for reporting and file analyzation
  • Create submodules for analyzing different file types (executables, office documents, ...)
  • Have an easily readable report dictionary; smth like:
{
  "results": [
    {
      "module_name": "Executable analyzer",
      "module_results": [
        ...
      ]
    }
  ]
}
  • The long report can iterate over the different results easily.
@3c7
Copy link
Contributor Author

3c7 commented Mar 26, 2018

Ongoing development in feature/fileinfo-refactoring.

@3c7 3c7 added category:enhancement Issue is related to an existing feature to improve scope:analyzer Issue is analyzer related status:in progress labels Mar 26, 2018
jeromeleonard added a commit that referenced this issue Mar 26, 2018
jeromeleonard added a commit that referenced this issue Mar 29, 2018
jeromeleonard added a commit that referenced this issue Apr 18, 2018
jeromeleonard added a commit that referenced this issue May 2, 2018
jeromeleonard added a commit that referenced this issue May 31, 2018
jeromeleonard added a commit that referenced this issue Jun 1, 2018
jeromeleonard added a commit that referenced this issue Jun 1, 2018
jeromeleonard added a commit that referenced this issue Jun 4, 2018
jeromeleonard added a commit that referenced this issue Jun 5, 2018
@jeromeleonard jeromeleonard added this to the 1.11.0 milestone Jun 6, 2018
@3c7
Copy link
Contributor Author

3c7 commented Jun 6, 2018

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:enhancement Issue is related to an existing feature to improve scope:analyzer Issue is analyzer related status:in progress
Projects
None yet
Development

No branches or pull requests

2 participants