wolf83 0 Posted March 23, 2004 Share Posted March 23, 2004 Hi, Are comments lines compiled in the .exe file or removed before ??? Regards Wolf Link to post Share on other sites
Administrators Jon 1,250 Posted March 23, 2004 Administrators Share Posted March 23, 2004 At the moment comments and whitespace is stripped. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to post Share on other sites
wolf83 0 Posted March 23, 2004 Author Share Posted March 23, 2004 Ok Jon, I ask you this question because i don't find how to decompile .exe to au3 ???? does Exe2au3 exist ? Wolf Link to post Share on other sites
sykes 0 Posted March 23, 2004 Share Posted March 23, 2004 Ok Jon,I ask you this question because i don't find how to decompile .exe to au3 ???? does Exe2au3 exist ? WolfNot as of yet ... We have enough youth. How about a fountain of SMART? Link to post Share on other sites
Josbe 1 Posted March 24, 2004 Share Posted March 24, 2004 Now that I see, this feature was in the list, Todo ListBut, was removed... AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to post Share on other sites
Administrators Jon 1,250 Posted March 24, 2004 Administrators Share Posted March 24, 2004 It's so far at the end of the list of priorites that it may never happen - always something more important and useful to code Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to post Share on other sites
Valik 481 Posted March 24, 2004 Share Posted March 24, 2004 It's so far at the end of the list of priorites that it may never happen - always something more important and useful to code Jon, if it's any more encouragement to NOT write it, it is extremely easy to create a function or something to make a script support decompiling just by using FileInstall. Also, I'm working on an Au3 Interpreter which will sit between scripts and the compiler to do a few neat things, one of which is allow the script to be set up for decompiling.It uses special comments near the top of the scripts to offer decompile, icon, output file, and password stuff. Plus it will have a nice little feature (For the developers especially) that allows you to tell the script that it should be run or compiled through an alternate AutoIt. Link to post Share on other sites
Administrators Jon 1,250 Posted March 24, 2004 Administrators Share Posted March 24, 2004 I get just as many emails now saying "I've lost my script AND my password" as I did before I wrote the original decompiler. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to post Share on other sites
Valik 481 Posted March 24, 2004 Share Posted March 24, 2004 I get just as many emails now saying "I've lost my script AND my password" as I did before I wrote the original decompiler. I can buy a hard drive failure or some other reason like that for losing the script file. But I just hate it when I see somebody say, "I deleted my script file but still have the exe, when is there going to be an Au3Decompiler?". The fun I would have if I deleted all my source after I built a decent working executable (Any language). Link to post Share on other sites
Josbe 1 Posted March 25, 2004 Share Posted March 25, 2004 It's so far at the end of the list of priorites that it may never happen - always something more important and useful to code I agree. But I just hate it when I see somebody say, "I deleted my script file but still have the exe, when is there going to be an Au3Decompiler?". The fun I would have if I deleted all my source after I built a decent working executable (Any language). Me 2. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to post Share on other sites
Administrators Jon 1,250 Posted March 25, 2004 Administrators Share Posted March 25, 2004 I can buy a hard drive failure or some other reason like that for losing the script file. But I just hate it when I see somebody say, "I deleted my script file but still have the exe, when is there going to be an Au3Decompiler?". The fun I would have if I deleted all my source after I built a decent working executable (Any language). Oh no! I've deleted the AutoIt source LOL Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to post Share on other sites
Somerset 4,248 Posted March 25, 2004 Share Posted March 25, 2004 do you still have the exe? Link to post Share on other sites
trids 2 Posted March 25, 2004 Share Posted March 25, 2004 Meantime, Helge has a cute and clever workaround Link to post Share on other sites
insanepyrokid 0 Posted March 25, 2004 Share Posted March 25, 2004 Just FileInstall the source code into the exe, requiring a password to pull it out. That way (as long as you don't forget the password) you can always get the script back. Link to post Share on other sites
Dev 0 Posted March 28, 2004 Share Posted March 28, 2004 Just FileInstall the source code into the exe, requiring a password to pull it out. That way (as long as you don't forget the password) you can always get the script back.heh, I have same pass everywhere... How can anyone forget a password? :iamstupid: Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now