PDA

View Full Version : Is SmartAssembly obfuscation bypassable?


hanz
08-27-2010, 06:17 AM
I try to deobfuscate it with DeSmart but without results.
There's a complete method for bypass it and see the source code?

Can you, if is possible, show me a link for find documentation about this problem?

kao
08-27-2010, 07:04 AM
Dumbassembly. Search and you shall find it.

hanz
08-29-2010, 04:48 AM
This is the error using DumbAssembly.

Assertion failed: index >= 0 && index < m_Data.size (), file d:\vs2010\projects\
dumbassembly\shared\lazyvector.h, line 17

Anyone can help me to solve this problem?
I post the file if is useful for you.

kao
08-29-2010, 06:55 AM
DumbAssembly was released with full description of smartassembly and full source code for unpacker - it doesn't get better than that. Read the description, study the code, fix it and it will work. :)

Seriously, why do you want somebody else to do the work for you?

hanz
08-29-2010, 08:10 AM
No no...i want to do that by me, but i need a little help.
What advice can you give me for bypass this error?

Assertion failed: index >= 0 && index < m_Data.size (), file d:\vs2010\projects\
dumbassembly\shared\lazyvector.h, line 17

This is the file.

http://www.mediafire.com/?4lw0524u87dr913

Can you give me a first help for begin my work?

hanz
08-29-2010, 08:23 AM
oh no...sorry. it's written in C++.
I'm a .NET developer and i have not the skills for debugging the DumbAssembly solution.

:(