TickZoom/Download

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.

 Problem DLL 1

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?

 Workaround DLL 2

Please educate me, but this appears to be a very small bug.

Attachments