* 'master' of https://github.com/spacepatcher/zeek:
  Add Windows Minidump file signature
This commit is contained in:
Jon Siwek 2019-06-28 12:10:55 -07:00
commit b6c4aa7d2e
3 changed files with 11 additions and 1 deletions

View file

@ -414,3 +414,9 @@ signature file-vim-tmp {
file-mime "application/x-vim-tmp", 100
file-magic /^b0VIM/
}
# Windows Minidump
signature file-windows-minidump {
file-mime "application/x-windows-minidump", 50
file-magic /^MDMP/
}