Overlay data appended to executable files are not part of the executable image but they are often used to store configuration/another MZ(PE) files/payloads/etc. We should detect the content type of overlay in the same way as in #414. This information can be valuable for analysts and other tools where fileinfo is part of the toolchain.
This is sometimes also used in cpdetect. If implemented, this may be later used to simplify cpdetect code. When it comes to overlay, I would also include archives (rar, zip...) to categories mentioned in #414.
Overlay data appended to executable files are not part of the executable image but they are often used to store configuration/another MZ(PE) files/payloads/etc. We should detect the content type of overlay in the same way as in #414. This information can be valuable for analysts and other tools where
fileinfo
is part of the toolchain.