| View previous topic :: View next topic |
| Author |
Message |
11221
Joined: 16 Jan 2008 Posts: 1
|
Posted: Wed Jan 16, 2008 4:12 pm Post subject: Not really "protecting" the source code? |
|
|
Although I was assuming after conversion to the executable the actual code would not be created again but indeed this is the case.
The created exe does basically act as an decompression program and puts the bat file into the temp folder, executes it and afterwards deletes the bat file.
It is possible to restore that temp file within 1 second using freeware like Recuva.
This makes the compiler practically useless for the purpose of hiding the inside of the bat file.
A solution for this could be to execute the bat file from RAM and not harddrive. |
|
| Back to top |
|
 |
|
|
MrXX
Joined: 05 Jan 2008 Posts: 2
|
Posted: Sat Feb 16, 2008 7:05 pm Post subject: |
|
|
i just can agree...
the source code is not hidden and if the exe is not executed until it's end (system crash or shutdown) the code is in the temp folder readable for everyone
could you please fix that in a newer version than 3.15?
I would say the suggestion from above sounds pretty good; executing the code from RAM and not from HDD.
*edit*: for now i just can grade down to version 2.1.7.0 which does not produce such batfiles  |
|
| Back to top |
|
 |
Noxolos
Joined: 28 Jun 2010 Posts: 2
|
Posted: Tue Jun 29, 2010 4:33 pm Post subject: |
|
|
| Are there any plans to improve this in future releases? |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 299
|
Posted: Tue Jun 29, 2010 8:08 pm Post subject: |
|
|
| We can protect script code, but compiler will not be compatible with standard batch commands due EXE format limitations. |
|
| Back to top |
|
 |
Whale
Joined: 24 Sep 2009 Posts: 11
|
|
| Back to top |
|
 |
jamlor84
Joined: 16 Nov 2010 Posts: 1
|
Posted: Tue Nov 16, 2010 2:42 pm Post subject: Re: Not really "protecting" the source code? |
|
|
| 11221 wrote: |
A solution for this could be to execute the bat file from RAM and not harddrive. |
Please tell me how to do so?? |
|
| Back to top |
|
 |
|