http://bugs.winehq.org/show_bug.cgi?id=12653
Robert Wm Ruedisueli esd45@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |esd45@earthlink.net
--- Comment #8 from Robert Wm Ruedisueli esd45@earthlink.net 2008-10-06 06:36:20 --- According to my research on Safedisc the following will assist in proper execution of SafeDisc programs:
Programs, libraries, and modules should be able to write to themselves unless explicitly said otherwise. This "default off" self-protection is an unusual, and possibly dangerous "standard" in Windows, but must be done to follow (unwritten) standard.
Additionally, they should be able to create overlapping pages. This is another unusual behavior that Windows permits.
To allow both these functions Wine would have to be compiled with certain modules explicitly not using libMudFlap nor libSafe if installed, and explicitly modified to deactivate checks on programs attacking themselves.