Jump to content
Tuts 4 You

deobfuscate smartAssembly last version


msaly

Recommended Posts

what error you have, this tool don`t deobfuscate all code.

Please look Diference before and after

Before

// This item is obfuscated and can not be translated.

After you see something like that

if (response == null)

{

throw new NullReferenceException((0x11378));

}

this.strMethodLast = strMethod;

if (

Edited by anonycoder
Link to comment

what error you have, this tool don`t deobfuscate all code.

Please look Diference before and after

Before

// This item is obfuscated and can not be translated.

After you see something like that

if (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 string

I receive this

Loading input file...

Input file is not protected with {smartassembly}.

Link to comment
  • 2 weeks later...

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.

Link to comment

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.

Link to comment

dear msaly

dumbassembly.exe can not work show this message :

dumbassembly.exe - Unable To Locate Component

This application has failed to start because MSVCP100.dll was not found. Re-installing the application may fix this problem.

OK

Link to comment
  • 11 months later...
  • 1 month later...
  • 9 months later...

@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?

Link to comment

@Levis,

It worked now when I de-obfuscate it using de4dot. I got de4dot a good deobfuscator

as it produces a readable class names and methods.

Thank you Levis!!!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...