-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
As reported in #200 NE executables are not actually supported.
This would only affect executables for Windows 1.01 through 3.xx
NE (New Executable) is a 16 Bit proto PE format and support has been dropped on 64 bit releases of Windows.
More info can be found here:
https://wiki.osdev.org/NE
Since this is highly niche this is currently very low priority.
If this is a feature people have actual interest in I would appreciate a comment below.
Pull requests with this feature are obviously always welcome.