|
-
Jan 26th, 2009, 02:02 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] [2005] Anti reflector ?
Hi ,
i'am searching for a simple Anti reflector code to add it to my application so it cannot be reversed....
i have Visual Studio 2005 professionnel , i tried obfuscator that exist but no luck when l lunch the new exe i can see all my code
please can someone post a honest and usefull method
Thanks and cheerz
-
Jan 26th, 2009, 02:43 PM
#2
Re: [2005] Anti reflector ?
-
Jan 26th, 2009, 02:54 PM
#3
Re: [2005] Anti reflector ?
Sorry, not possible. At least you know how the .Net framework works before you spend a ton of time developing in it.
See one of my previous posts on this topic (second time I linked to it today!).
-
Jan 26th, 2009, 04:40 PM
#4
Thread Starter
Fanatic Member
Re: [2005] Anti reflector ?
 Originally Posted by chris128
Does it have to be free?
if it do really do the job i will buy it
Thanks
-
Jan 26th, 2009, 07:00 PM
#5
Re: [2005] Anti reflector ?
 Originally Posted by killer7k
if it do really do the job i will buy it
What Chris is most likely referring to is Salamander.Net which offers a protector (which encrypts your binaries but you can still grab your source when they're decrypted during execution) or their Decompiler which will compile your application into "native code". That's $1099 for one person.
Compiling into native code is the best solution but it can still be decompiled; only it decompiles into assembly so it's a pain in the ass to get the original code (basically impossible). The only problem is you lose many benefits of the .Net framework and it's manageability.
-
Jan 26th, 2009, 07:41 PM
#6
Addicted Member
Re: [2005] Anti reflector ?
So this means we can get the source code for Windows Live Writer etc. all the .NET built Microsoft apps. This had crossed my mind but never asked.
-
Jan 26th, 2009, 07:56 PM
#7
Re: [2005] Anti reflector ?
It really comes down to what you have to hide. Is your source code really so secret that it actually matters if someone else sees it? Do you have secret algorithms that you must protect? If so then you'll presumably spend the money on an industrial strength obfuscator. You might also use a tool that recompiles your code into a native application, thus losing some of the benefits of managed code. You might also use something like CodeVeil, which does not create native code but encrypts your .NET application. These are all expensive tools but if your source code is so secret then it must be valuable so it's an investment.
-
Feb 3rd, 2009, 05:46 PM
#8
Thread Starter
Fanatic Member
Re: [2005] Anti reflector ?
Hi ,
it's not that what i have to hide and i have nothing to hide
it's just my big brother .....to support his langage....
anyway he won , i cant hide my code.
Thanks for all
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|