Dirk98 Posted September 8, 2007 Posted September 8, 2007 I have a few compiled scripts with AutioIt that I may want to edit, how to decompile them? Just want to learn if it is possible and how to do it in principle. Thanks.
Developers Jos Posted September 8, 2007 Developers Posted September 8, 2007 I have a few compiled scripts with AutioIt that I may want to edit, how to decompile them? Just want to learn if it is possible and how to do it in principle.Thanks.Use the supplied exe2aut.exe to do that but:Changed: AutoIt .a3x and compiled script format. Exe2Aut will only decompile 3.2.5.1and earlier files. No ExeAut utility is supplied for ongoing versions.Its is much better to ensure you keep your source and implement a versioning system for your sources.When you use SciTE you could load the cvsWrapper addon.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Dirk98 Posted September 8, 2007 Author Posted September 8, 2007 Use the supplied exe2aut.exeThank, Jos, have found it in the Extras.
ssubirias3 Posted September 8, 2007 Posted September 8, 2007 I have a few compiled scripts with AutioIt that I may want to editAnother point in addition to what's already been said here on the topic. If scripts were compiled with a password or other "security" features, you'll probably want to contact the author for the password or better yet the original au3 script. Anyone who has gone to the effort of protecting their code doesn't want others to "edit" it.
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