![]() |
|
|
|
#1
|
|||
|
|||
|
Also you could change MajorLinkerVersion to 0E, MajorOperatingSystemVersion to 5, MinorOperatingSystemVersion to 01, MajorSubsystemversion to 5 and MinorSubsystemversion to 1 inside optional header to make it run on xp.. Although this solution is not really needed.. it's another way
|
|
#2
|
||||
|
||||
|
To me its preferred if its done upstream, like its supposed to be. It was meant to be fixed, as it was a bug after all.
|
|
#3
|
|||
|
|||
|
Quote:
[a] peHeader.MajorOperatingSystemVersion = 5; [b] peHeader.MinorOperatingSystemVersion = 1; [c] peHeader.MajorSubsystemVersion = 5; [d] peHeader.MinorSubsystemVersion = 1; would make a binary run under XP, although setting only [a] and [c] should suffice... Having the source, however, mudlord's is the way to follow. Last edited by Abaddon; 05-21-2016 at 20:14. |
![]() |
|
|