there is a program that shows DLL content.
-
Hi. I have a program that Shows DLL content. Is there ant way to privent to show dll content, such as classes , methods and so on? if every body can see my source code, how can I have a secure page? or how can I set a lisence for my program. I want to sell a web project only for a specific domain. how can I do it?
-
Hi. I have a program that Shows DLL content. Is there ant way to privent to show dll content, such as classes , methods and so on? if every body can see my source code, how can I have a secure page? or how can I set a lisence for my program. I want to sell a web project only for a specific domain. how can I do it?
mohandesmehran wrote:
Is there ant way to privent to show dll content, such as classes , methods and so on?
Not without obfuscating the code, there isn't any way.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
-
Hi. I have a program that Shows DLL content. Is there ant way to privent to show dll content, such as classes , methods and so on? if every body can see my source code, how can I have a secure page? or how can I set a lisence for my program. I want to sell a web project only for a specific domain. how can I do it?
You keep asking this over and over. The answer is, if you want your page to be secure, you have to host it yourself.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You keep asking this over and over. The answer is, if you want your page to be secure, you have to host it yourself.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Christian Graus wrote:
You keep asking this over and over
Oh, he's one of those "I'll keep asking my question over and over until I get the clue" kind of people :suss:
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Hi. I have a program that Shows DLL content. Is there ant way to privent to show dll content, such as classes , methods and so on? if every body can see my source code, how can I have a secure page? or how can I set a lisence for my program. I want to sell a web project only for a specific domain. how can I do it?
mohandesmehran wrote:
Hi. I have a program that Shows DLL content.
Check whether you have enabled "Directory Browsing" option. I believe, if you turn it "off", you will be all set.
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot
-
Christian Graus wrote:
You keep asking this over and over
Oh, he's one of those "I'll keep asking my question over and over until I get the clue" kind of people :suss:
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
Looks that way. Plenty of those about, it seems.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
mohandesmehran wrote:
Hi. I have a program that Shows DLL content.
Check whether you have enabled "Directory Browsing" option. I believe, if you turn it "off", you will be all set.
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot
ROTFL. Well, if he hosts it on his own server, perhaps.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )