Posted November 20, 201014 yr this is a tool with source(vc++ 2010) for deobfuscate smartassembly last versionhttp://www.mediafire.com/?m6mlrdj3xp56af7This originally posted HereI can not deobfuscate any file and get errorplease test if this can deobfuscate.
November 21, 201014 yr what error you have, this tool don`t deobfuscate all code.Please look Diference before and afterBefore// This item is obfuscated and can not be translated.After you see something like thatif (response == null) { throw new NullReferenceException((0x11378)); } this.strMethodLast = strMethod; if ( Edited November 21, 201014 yr by anonycoder
November 21, 201014 yr Author what error you have, this tool don`t deobfuscate all code.Please look Diference before and afterBefore// This item is obfuscated and can not be translated.After you see something like thatif (response == null) { throw new NullReferenceException((0x11378)); } this.strMethodLast = strMethod; if (.(.~(this.hwResponseLast), (0x113a5))) { return new GZipStream(response, CompressionMode.Decompress); } if (.(.~(this.hwResponseLast), (0x113ae))) { return new DeflateStream(response, CompressionMode.Decompress); }You must decode all stringI receive thisLoading input file...Input file is not protected with {smartassembly}.
December 4, 201014 yr Any idea why my message was deleted? I posted one about some issues in deobfuscator, and now I see the message is gone. Very well guys. Thx for support.
December 4, 201014 yr I deemed the attachment to contain commercial content that was why it was removed. A note in place of your post stated, "Attachment contains copyright files..."Ted.
December 5, 201014 yr dear msalydumbassembly.exe can not work show this message :dumbassembly.exe - Unable To Locate ComponentThis application has failed to start because MSVCP100.dll was not found. Re-installing the application may fix this problem. OK
December 5, 201014 yr find MSVCP100.dll on the net and copy it to %windir% or into the same directory as the exe...
October 1, 201212 yr @Teddy Rogers,how can I break a smartassembly obfuscation.I already tried to deobfuscate using dumpassembly, but can't be fully deobfuscated and the file is not working.Are there any other options. even tutorials?
October 4, 201212 yr @Addismember: Have you tried de4dot (google for the lastest version)? I think it should works properly
October 9, 201212 yr @Levis,It worked now when I de-obfuscate it using de4dot. I got de4dot a good deobfuscatoras it produces a readable class names and methods.Thank you Levis!!!
Create an account or sign in to comment