XenocodeRCE / Noisette-Obfuscator

An Obfuscator for .NET assembly
GNU General Public License v3.0
252 stars 76 forks source link

Junk Code #5

Open Cr4xy opened 8 years ago

Cr4xy commented 8 years ago

Finding relevant code without junk code is very easy. image

Solution: Junk Code!! :D

XenocodeRCE commented 8 years ago

Let's do this then, though as far as I remember de4dot remove unused code so we will have to create junk types with junk static methods and fields and use them in the junk code.

By the way which version are you using ?

ghost commented 8 years ago

@XenocodeRCE well why don't u add some fake attributes or anti-de4dot so it doesn't remove the junk code it might be helpful

XenocodeRCE commented 8 years ago

@mrtifa12 I doubt it will help, fake attributes are used for Obfuscator-recognition, nor for actual cleaning :) even tho in a way they can be helpfull, i'll add this 'protetion' then (fake attributes). to avoid de4dot removing the source code i'm gonna write some legit-looking method with a shitload of garbish code

Cr4xy commented 8 years ago

By the way which version are you using ?

I was using the pre-compiled release.

XenocodeRCE commented 8 years ago

@Cr4xy Please always prefer the source-version. I'll release a compiled one shortly

ghost commented 8 years ago

@XenocodeRCE output file isn't working :/

XenocodeRCE commented 8 years ago

@mrtifa12 make your own issue and link the application.