autopsy icon indicating copy to clipboard operation
autopsy copied to clipboard

Add DataSourceProcessor Jython support

Open rubnogueira opened this issue 5 years ago • 0 comments

I had a conflict with #5888 PR and made a mistake updating it with the new changes. I closed it and created this new PR. I'm sorry.

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.

This PR:

With this PR, it is possible to create data source processor modules with python.

image

How to

Add Image Wizard Panel only verify processor modules based on @ServiceProvider annotation with DataProcessor.class. This PR adds JythonModuleLoader to search for DataSourceProcessors like Ingest and Report modules.

Thanks also to: @98jfran @mfrade @patriciodomingues

rubnogueira avatar Jun 27 '20 18:06 rubnogueira