PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Dotfuscator


Elemental
2006-04-17, 10:03:24
Hallo,
ich hab mir hier gerade das VS2005 installiert und gesehen, dass ein Tool namens Dotfuscator mitinstalliert wird.
Ich lese mich da gerade etwas ein, aber das klingt schon sehr interessant:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dotfuscator/dotf3e5x.asp


The goal of obfuscation is to create confusion. As confusion builds, the ability of the human mind to comprehend multi-faceted intellectual concepts deteriorates. Note that this precept says nothing about altering the forward (executable) logic – only representing it incomprehensibly. When a well-written obfuscator tool goes to work on readable program instructions, a likely side effect is that the output will not only confuse a human interpreter, it will break a decompiler. While the forward (executable) logic has been preserved, the reverse semantics have been rendered non-deterministic. As a result, any attempt to reverse-engineer the instructions to a programming dialect like C# or VB will likely fail because the translation is ambiguous. Deep obfuscation creates a myriad of decompilation possibilities, some of which might produce incorrect logic if recompiled. The decompiler, as a computing machine, has no way of knowing which of the possibilities could be recompiled with valid semantics. Humans write and employ decompilers to automate decompilation algorithms that are too challenging for the mind to follow. It is safe to say that any obfuscator that confuses a decompiler will pose even more of a deterrence to a less-capable human attempting the same undertaking.

Hat schon jemand hier Erfahrung mit dem Dotfuscator?


Gruss
Bernd

mbee
2006-04-17, 12:39:35
Hat schon jemand hier Erfahrung mit dem Dotfuscator?


Nicht mit dem für .NET, aber ich wüßte nicht, warum dieser schlechter funktionieren sollte als diejenigen, die es z.B. für den Bytecode bei Java gibt und die sich z.T. nur mit sehr hohem Aufwand "knacken" lassen. Sinn macht dies öfter mal (z.B. bei Applets in Online-Gewinnspielen, etc.).