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
3 minutes ago, Nine said:

Please read forum rules.  As you will see, it is not allowed to discuss such matter here.

 

Quote

Decompilation of AutoIt scripts or details of decompiler software.

 

Details of decompiler Software is widespread everywhere! i just asked if my script is save or not.

Posted (edited)
35 minutes ago, 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??

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
1 minute ago, 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.

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