Is it possible to Secure the exe file contents ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Alejo
    Forum Member
    • May 2006
    • 6

    Is it possible to Secure the exe file contents ?

    Hi everybody,

    As you all know on running AMS exe file all the contents will be all present in the temp directory! .. and it is simple to copy the contents to any other location! .. i.e: a sort of decompilion!

    I wonder if it is possible to secure the contents of the exe file from being copied from the temp directory?

    Thank you.
  • Wonderboy
    Forum Member
    • Apr 2005
    • 246

    #2
    Welcome to the forum
    Yes it is, well sort of anyway, it all depends on how you would want to go about doing so!
    and with ams you can protect certain content in certain ways,
    Last edited by Wonderboy; 05-31-2006, 09:07 PM.

    Comment

    • Alejo
      Forum Member
      • May 2006
      • 6

      #3
      Thank you Wonderboy, this is very nice of you indeed.

      Well, for example on excuting an audio compiled file (encrypting data segment is selected) you can esily find all audio files in audio temp folder... this also applied for data compiled file that will also appear in Doc temp folder...

      I understand that the temp folder contents are temporory till the exe file is closed but I was wondering about the possibility of making such a temp folder inaccessible to the user or at least redirect the temp folder to another location so that it won't be found that easily? or at least make it a hidden or encrypted sort of file... is there any sort of action or code to be embeded during the design to make this idea true?

      Thank you once again for all your wonderful contributions on this very helpful site.

      Comment

      • Wonderboy
        Forum Member
        • Apr 2005
        • 246

        #4
        Hello np, il put together an example for you, so you can see if you like it or not, and il explain how it works.

        Comment

        • longedge
          Indigo Rose Customer
          • Aug 2003
          • 2498

          #5
          I don't want to dissuade you from experimenting with AMS (after several years I still enjoy creating projects) but to be realistic, there's no way that you can allow people to hear an audio file and prevent it being copied/recorded.

          I've been proved wrong quite a few times so someone might want to challenge my thoughts .... ??

          Comment

          • TJS
            Indigo Rose Customer
            • Oct 2005
            • 524

            #6
            AFAIK Longedge is right. At some point the files you intend to play are going to need to be exposed to the media player in their native format (unencrypted). You can pull a few tricks to obfuscate the presence of those files but its mostly smoke and mirrors.

            I too am regularly proven wrong though...
            Yeah right. Who's the only one here who knows the illegal ninja moves from the government?

            ()))))))))o)))))))==============================================

            Comment

            • rhosk
              Indigo Rose Customer
              • Aug 2003
              • 1698

              #7
              I'll raise my hand on this one as well, can't be done. If you can hear it/see it, you can copy it.
              Regards,

              -Ron

              Music | Video | Pictures

              Comment

              • Wonderboy
                Forum Member
                • Apr 2005
                • 246

                #8
                Ofcourse it cant be 100% secured, but some files that user wants keep intact in his / her temp folder can be made very hard to get,even extreemly hard to get,since you can rename decrypt move disable the users possiblility to do what ever he would like to do with/on his/her, system whenever this application is running, so no you cant make it totaly impossible,but what you can is make it extreemly hard for most users to be able to get your files, and no i am not talking about audio and text, cause anyone can copy that, but certain things that you want to keep intact, can be kept intact very well,
                its just a mather of knowing what to disable for the user,
                and knowing where to set the correct scripts,

                Comment

                • longedge
                  Indigo Rose Customer
                  • Aug 2003
                  • 2498

                  #9
                  Don't misunderstand me. I'm not being critical just, as I said, realistic.

                  The example that Alejo mentioned was an audio file, in which case you don't need to even know that the file has been extracted to your temp directory. Audacity or lots of other software packages will record what you are listening to and you can then save it out again in whatever format you want. Even if you could disable this method with some system level stuff, then what's stopping a user connecting a recording device to the earphone socket and recording direct.

                  Similar arguments apply to images, text and to a lesser extent video. Flash files are easier to protect for their text and graphic content.

                  I'd be the last person to dissuade anyone from trying it as an excercise in using AMS in fact it's the sort of thing I do myself all the time - just creating a project for fun and hopefully learning a useful trick or two along the way :yes :lol

                  Comment

                  • Intrigued
                    Indigo Rose Customer
                    • Dec 2003
                    • 6138

                    #10
                    Flash files are easier to protect for their text and graphic content
                    With two (2) simulataneous key-clicks one can copy viewable text, images via a screenshot (aka. screencapture).
                    Intrigued

                    Comment

                    • longedge
                      Indigo Rose Customer
                      • Aug 2003
                      • 2498

                      #11
                      Originally posted by Intrigued
                      With two (2) simulataneous key-clicks one can copy viewable text, images via a screenshot (aka. screencapture).
                      :lol - yep - too many words there, how about -
                      Flash files are easier to protect.

                      Comment

                      • Alejo
                        Forum Member
                        • May 2006
                        • 6

                        #12
                        Well, what about using sort of indirect way of protection by making the applicaion stats in a full screen mode and in the same time disable keyboard functions that will allow the user to minimize the screen... in this way it will not be possible for the user to reach the temp directory and copy files whether it is audio, software, flash or whatever....

                        This will eliminates the possibility of recording the audio files (for example) using some other software... as well as screen capture... etc.

                        Thank you.

                        Comment

                        • rhosk
                          Indigo Rose Customer
                          • Aug 2003
                          • 1698

                          #13
                          If you disable my keyboard, I exit your app (or end task). Not a lucrative solution IMO.

                          Like longedge alluded to ... if you have something that is that Top Secret, then AMS is probably not your answer.
                          Regards,

                          -Ron

                          Music | Video | Pictures

                          Comment

                          • longedge
                            Indigo Rose Customer
                            • Aug 2003
                            • 2498

                            #14
                            Or just run music software first, set and leave it recording and then run your app. Of all multimedia I reckon that audio is the most difficult (read as impossible) to protect.

                            Sony thought they had devised a way recently didn't they

                            Comment

                            • Alejo
                              Forum Member
                              • May 2006
                              • 6

                              #15
                              I'm not talking about Top Secret materials here! ... I'm just simply asking about the possibility of a way to protect exe file contents (any contents) from being decompiled... is it technically possible or not? ...

                              I raised the above mentioned idea only as a last resort (I'm not an AMS expert) in case it is technically not possible to protect anything in AMS.... Anyways let us see what Wonderboy will come up with in this regard as he mentioned in his reply.


                              If you disable my keyboard, I exit your app (or end task).
                              BTW, if disabling certain key functions will not allow the user to reach the temp directory and the only choice is to exit the application, then the idea well be succceful as regards protection!.... as you know that almost all copy protection techniques are not welcomed by some users but sometime it is highly needed.

                              Or just run music software first, set and leave it recording and then run your app. Of all multimedia I reckon that audio is the most difficult (read as impossible) to protect.
                              surely, you are right.


                              Once again thanks for your help...

                              Comment

                              Working...
                              X