[Bug 10273] satisfy SafeDisc 2.x heuristic API analyzer by "adjusting" API exports/entry statistics of wine builtins (affects e.g. photoshop)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 1 18:47:22 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=10273


M Welinder <terra at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |terra at gnome.org




--- Comment #34 from M Welinder <terra at gnome.org>  2007-12-01 18:47:21 ---
That sounds fairly simple to fix, even without gcc changes.

1. Change the .c.o rules into two rules: .c.s and .s.o

2. For the .s rule, use a specialized assembler program which throws a
   set of nops into the text as needed and feeds that to the regular
   assembler.

That should be a <50 lines perl script assembler.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list