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
I noticed that some files have an incorrect type associated with them due to a bug in the underlying libmagic package. For example 3bbb5ee6aea113cd0ae393769acf1395961d01d40451e0bca45f05765a770acb is recognized by libmagic 5.39 as Apple DiskCopy 4.2 image Z@, 6291456 bytes, 0x4000 tag size, 0x5 encoding, 0x0 format. However libmagic 5.41 (correctly) reports it as PE32 executable (GUI) Intel 80386 (stripped to external PDB), for MS Windows.
Now, this file (and others) have the incorrect data associated with them in the MWDB with no way to correct this in-place.
Describe the solution you'd like
Make the File type field directly editable, make it possible to delete and re-add the field, or have a "re-index" mwdb-core command.
Describe alternatives you've considered
Manually fiddling with the database, but that doesn't scale or might introduce subtle inconsistencies.
Also, removing and re-adding the samples isn't always an option due to the large number of parent/child relations and/or tags/attributes.
The text was updated successfully, but these errors were encountered:
Feature Category
Describe the problem
I noticed that some files have an incorrect
type
associated with them due to a bug in the underlying libmagic package. For example 3bbb5ee6aea113cd0ae393769acf1395961d01d40451e0bca45f05765a770acb is recognized by libmagic 5.39 asApple DiskCopy 4.2 image Z@, 6291456 bytes, 0x4000 tag size, 0x5 encoding, 0x0 format
. However libmagic 5.41 (correctly) reports it asPE32 executable (GUI) Intel 80386 (stripped to external PDB), for MS Windows
.Now, this file (and others) have the incorrect data associated with them in the MWDB with no way to correct this in-place.
Describe the solution you'd like
Make the
File type
field directly editable, make it possible to delete and re-add the field, or have a "re-index"mwdb-core
command.Describe alternatives you've considered
Manually fiddling with the database, but that doesn't scale or might introduce subtle inconsistencies.
Also, removing and re-adding the samples isn't always an option due to the large number of parent/child relations and/or tags/attributes.
The text was updated successfully, but these errors were encountered: