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
I have software to generate a simple PE executable that works fine in Windows XP/Vista/7. However, it doesn't work in Windows 8 or 10. The original version left out the data directories.
I updated the software to include 16 data directory entries. This made the executable run in Windows 8 and 10.
FYI.
I have software to generate a simple PE executable that works fine in Windows XP/Vista/7. However, it doesn't work in Windows 8 or 10. The original version left out the data directories.
I updated the software to include 16 data directory entries. This made the executable run in Windows 8 and 10.
Samples:
https://github.com/larsbrinkhoff/temp/blob/master/tmp.exe
https://github.com/larsbrinkhoff/temp/blob/master/tmp2.exe
The text was updated successfully, but these errors were encountered: