Jump to content

Recommended Posts

Posted

Hey,

I know that it's possible to decompile any kind of script. But is it the same for the Includes?

 

So I have  a Mainscript which includes a script with personal (database connection) data.. If I compile the Main Code to exe, is it easily possible to decompile the exe and see all the code of the Includes also??

Posted (edited)
  On 4/21/2020 at 4:28 PM, nikooo1608 said:

So I have  a Mainscript which includes a script with personal (database connection) data.. If I compile the Main Code to exe, is it easily possible to decompile the exe and see all the code of the Includes also??

Expand  

When compiling, the includes will be integrated into the main script at the place where the #include directive is located. So they are part of the main script, as if you were copying the code into it. Includes therefore offer no additional security.

Regarding decompiling - no comment !

Edited by Musashi

Musashi-C64.png

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

Posted
  On 4/21/2020 at 5:02 PM, Musashi said:

When compiling, the includes will be integrated into the main script at the place where the #include directive is located. So they are part of the main script, as if you were copying the code into it. Includes therefore offer no additional security.

Expand  

okay thanks a lot

  • Jos locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...