| 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 |
|
 |
|