Announcement

Collapse
No announcement yet.

CDD Files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CDD Files

    I have downloaded some program that easily *****ed my own compiled project. After ******** I see all my code and code's comments! Let's imagine: I cook very tasty pie, and some guy ask me to sell it for him. Then I sell pie. BUT I don't sell a recipe of the pie for him, I sell only pie. Why projects compiled not as binary files? Why ams distributes a my recipe? Is there way to compile only binary code without distributing of source code?

  • #2
    I'm not interesting how cdd file is protected, and no metter this protection is strong or it is not, I'm interesting why my source code is published every time after compilation? and no metter it is encrypted or not

    Comment


    • #3
      Originally posted by lib View Post
      Let's imagine: I cook very tasty pie, and some guy ask me to sell it for him. Then I sell pie. BUT I don't sell a recipe of the pie for him, I sell only pie.
      not exactly like that !!!
      Let's imagine: You buy a blender from someone to make a cake
      now you ask the buyer : -
      " why the cake is not very tasty ?? "

      Comment


      • #4
        What do you mean?? To compile - is mean to rework source code to binary massive of data. This process should not to provide source code with comments!

        Comment


        • #5
          Sadly this is how AMS works, AMS is best used for prototyping or software you not wanting to keep very secret, but there are ways it hide what the tool was used to create your software, I for one made a tool that made the cdd to look like a dll, but there is not much we can do, when we want a good foot print and also want a powerful scripting language, remember AMS started life as a tool for auto play cd's for computers, so it group to what it is now thanks to the users using it for more then it was ever made for, IR keeps updating it and making it the tool it is now, but the tool is the same basic set up as this first versions.

          the cdd as the scripts that the AMS needs to run just like games and other programs that use scripting languages, and may of them leave them in plain text as if you start encrypting it you are going to slow down the program, also this day and age ALL software is *****able, don't worry yourself about that as much, what I would say is complie the globle source and include the source in to the app this way, why? well this makes update to code only faster and smaller updates, it also means your *** will only inlucde a require or libaray load action and the fixed function names.

          If you took a moment to just read the forum you find this is not old and we all have dealt with it and live with it.
          Plugins or Sources MokoX
          BunnyHop Here

          Comment

          Working...
          X