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
Gzip is a common compression format, but modelscan currently supports only scanning zip compressed files. There are some references to gzip in the code, here and here, but at least I did not manage to scan gzipped files.
Modelscan could detect, read and scan also gzipped files. The detection could utilize the magic numbers for gzip or just .gz filename suffix.
Uncompressing the gzipped files is ofcourse an alternative, but the gzipped files are so common that native support for them would be nice.
The text was updated successfully, but these errors were encountered:
Gzip is a common compression format, but modelscan currently supports only scanning zip compressed files. There are some references to gzip in the code, here and here, but at least I did not manage to scan gzipped files.
Modelscan could detect, read and scan also gzipped files. The detection could utilize the magic numbers for gzip or just
.gz
filename suffix.Uncompressing the gzipped files is ofcourse an alternative, but the gzipped files are so common that native support for them would be nice.
The text was updated successfully, but these errors were encountered: