TickZoom Problem Resolution
First a DLL With The Problem
This DLL is the obfuscated one for {smartassembly} with the problem.
Look at the "Kernel" class is TickZoom.Engine namespace.
Notice the method ProcessTick() is in cleartext.
Notice that is is not a property, not used in any interface, is never used outside the assembly.
Second, A DLL With A Workaround
This obfucated DLL has a small difference. The ProcessTick() method was renamed to ProcessTick1() and the 3 reference in the TickZoom.Engine.TickEngine class also.
Now it got obfuscated. So why do about 20% of the methods fail to obfuscate the name?
Please educate me, but this appears to be a very small bug.
Attachments
-
TickZoomEngine1.dll
(90.5 KB) - added by waynewalter
20 months ago.
-
TickZoomEngine2.dll
(90.5 KB) - added by waynewalter
20 months ago.
