PDA

View Full Version : Which deobfuscator for that dll


Marius
05-21-2009, 05:36 PM
Hi,

I tried to deobfuscate that dll where the class members name are changed to not printable caracters. Class names are readable. When i use a deobfuscator, it replaces the name of the not printable caracters but also the readable class names.

The deobfuscator generates also an exception.

Any help is welcome :)

Thanks,
M.
http://rapidshare.com/files/235738484/dll.zip.html

Kurapica
05-22-2009, 03:54 AM
The DLL is 99% clear names and I think there is no need for a deobfuscator !

anyway they use DeployLX protection.

Marius
05-22-2009, 03:12 PM
I agree, but i can't generate a VS project (with reflector) if i've members which are in the form of not printable caracters...

What can i use to generate human readable words?

My goal is to understand how to programmer succeeded to develop a particular aspect in the property grid. This is the reason why, i would like to make the code 100% readable.

Thank you.

PS: btw, nice tutorial.

Kurapica
05-22-2009, 05:06 PM
You can use Dis# and Edit members manually.

you can find it with many tools here :

http://portal.b-at-s.info/download.php?list.9

good luck

Marius
05-23-2009, 02:41 AM
Exactly what i'm looking for..

Thanks.