CybercentreCanada / Maco

Maco - Malware config extractor framework
MIT License
24 stars 9 forks source link

Allow extra types on binaries.other field #16

Closed seb-acsc closed 1 year ago

seb-acsc commented 1 year ago

When writing extractors, we are encountering a few issues with the 'other' field under the Binary class.

Namely

I think it would be useful for the typing of this field to match the typing for ExtractorModel.other. As this is loosening the typing rather than restricting, there should be no incompatibility with existing extractors.