ExcellentGuy Posted November 5, 2007 Posted November 5, 2007 Is it possible to obfuscate the source code. If this can be done please tell me how to do it. Are there any tools to accomplish this?Regards
ExcellentGuy Posted November 5, 2007 Author Posted November 5, 2007 but how do prevent users from extracting the source code?
ripken204 Posted November 5, 2007 Posted November 5, 2007 (edited) source code for what type of programming? many languages have converters now which really sucks for developers. Edited November 5, 2007 by ripken204
ExcellentGuy Posted November 5, 2007 Author Posted November 5, 2007 for languages like C/C++, Java, C#, Pascal, PHP, ASP, JSP, VB, VB.NET, VBScript, JavaScript & HTML
Yzöwl Posted November 5, 2007 Posted November 5, 2007 I'm all for helping out but I'm not really interested in doing simple web searches for other people. Had the question been less generic then I'd have been a little more tempted.If you are thinking about taking on a project but this is the deciding factor in determining programming language then I'd say you're going about the project in the wrong way.
cluberti Posted November 7, 2007 Posted November 7, 2007 not only that, but eventually your program has to run - and anyone can debug it and disassemble / reverse engineer it in a debugger. There's not much you can do about that either.
Siginet Posted November 8, 2007 Posted November 8, 2007 not only that, but eventually your program has to run - and anyone can debug it and disassemble / reverse engineer it in a debugger. There's not much you can do about that either.That is true... but that doesn't mean he shouldn't obfuscate it. Obfuscation will keep most people away. The bad thing about obfuscation is it will more than likley make your code larger which makes your files larger. It also can slow your program down a little.I know Autoit3 is not in your list... but it has a decent obfuscator.http://www.autoitscript.com/forum/index.ph...p;hl=obfuscator
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now