armijnhemel / binaryanalysis-ng

Binary Analysis Next Generation (BANG)
GNU Affero General Public License v3.0
471 stars 66 forks source link

merge scanning of various DOS/MZ/NE/PE files #318

Closed armijnhemel closed 1 year ago

armijnhemel commented 2 years ago

there are various files that all have the same MZ signature. Right now BANG does not consistently unpack these: sometimes the PE unpacker is run first, sometimes the DOS MZ unpacker is run first. Merge these (as far as possible) so scanning is more consistent.

armijnhemel commented 1 year ago

This has been mostly fixed.