You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the developer runs magika -r <folder-path>, if a flag such as "-zip" is supplied, then the contents of the zip file will be analyzed and their file types outputted instead of just outputting "zip archive data".
Priority
This is medium priority because it makes Magika more convenient to use by automating the process of extracting zip file contents and passing them into Magika. This feature may be more complex to implement since it would require creating a temporary folder to hold the zip file contents and then enabling Magika to access this folder, all automatically.