Log in

View Full Version : .net deobfuscator renamer thingy?


wyvernx
06-01-2009, 05:04 PM
Is there an app out there that will deobfuscate or basically rename a .net app to get rid of the hidden symbold for class names, etc and rename it to like class0001, class0002, etc.

But have it still executable?

I have found one from ronchunga, but it wont run after it is "fixed".

I tried to make one myself, but it does the same thing as ronchunga's. My guess is that I have missed a few things, like the entry location, or even traps, or something. And if there is one already working out there, I hate to reinvent the wheel.

Kurapica
06-02-2009, 04:00 AM
http://portal.b-at-s.info/download.php?view.38

wyvernx
06-02-2009, 10:40 PM
Same as the one from rongchua, it wont run after you deobfuscate it.

But even worse with that one, is it renames everything, even things that dont need to be renamed. Ie it renames plaint text functions/classes as well as ones that are obfuscated.

I've made more progress on mine, seems there is quite a bit you have to do to get it to be able to run after you deobfuscate it.

WX_0
06-05-2009, 01:45 PM
Personally, I use deSmart (http://www.reteam.org/board/showthread.php?t=816), and it's usually worked wonders.

wyvernx
06-07-2009, 01:21 AM
Thanks, that one wont run either, but it got me close enough for what I needed, thanks.

PS, the de-flow obscater in that worked wonders, saved me yet another step.