![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#1
|
|||
|
|||
![]() This is a .NET deobfuscator.
Source code: https://bitbucket.org/0xd4d/de4dot Binaries: https://bitbucket.org/0xd4d/de4dot/downloads It currently supports the following .NET obfuscators:
It has partial support for other obfuscators, but the result might not be runnable. Depending on obfuscator, it will do one or more of the following:
Last edited by 0xd4d : 12-12-2012 at 03:45 PM. |
#2
|
|||
|
|||
![]() Thank you for your great work. I tested on .exe obfuscated with Eazfuscator.NET many other deobfuscator fails your deobfuscator work greatly. The new .exe generated crash when run, but with Reflector I can see the code without problem. Is it normal?
EDIT Sorry I don't see this feature Quote:
Last edited by diodolo : 09-22-2011 at 05:17 AM. |
#3
|
|||
|
|||
![]() I see just now. The Class0 load a resource with GetManifestResourceStream and decrypt it with many XOR and GetPublicKeyToken. But I don't understand very well.
After the resource is decrypted load into a Dictionary which resolve the strings. |
#4
|
|||
|
|||
![]() Tested on .net 1.1. app with dotfuscator and deobfuscated result seems to be very good. Besides runs 100%.
Very good job! Thank u! |
#5
|
|||
|
|||
![]() I downloaded it but I don't know how to use it ! Can anybody help me, please ?
|
#6
|
|||
|
|||
![]() [Please DO NOT quote whole messages, it is unnecessary]
Thank you for it. I tried on my application and works very great. Do you continue the development? Have you other obfuscator to improve? Last edited by Git : 09-30-2011 at 04:57 PM. |
#7
|
|||
|
|||
![]() |
#8
|
|||
|
|||
![]() Nice Tool dude! Keep it up and up to date.
Greatz |
#9
|
|||
|
|||
![]() Hi, thanks for your work.
I cannot run a decompiled .NET 1.1 assembly, more precisely, the *.exe file: http://www.mediafire.com/?axqc11m463es9qu. Good luck onwards. |
#10
|
|||
|
|||
![]() I can't save on a DLL with Reflector, it says "Value does not fall within the expected range". When I try to unobfuscate it with your protector, it says: "Ignoring assembly with native code". Here is the file: http://www.mediafire.com/?3iqtjd3q3jsm9rr
Is it an unknown obfuscator? If not, is there a way to remove the native code for getting de4dot to work? TIA |