Jump to content

Why is Size of Autoit max?


Recommended Posts

  • Moderators

Follow me, source code of Autoit still to exist in file.exe.

Outwith, what's else ? I don't know.

Please explain for me.

Thanks

What are you talking about?

You started a topic earlier wanting to decompile an exe from 3.2.10 and now you're on about what exactly?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

I talk about size of file compiled. Why size of file compiled is biger than other program language.

With Autoit file only have a line: msgbox(0,"title","contains") : about 200kb

I think:

Source code of Autoit still to exist in file.exe.

Outwith, what's else ?

Edited by Phstiger
Link to comment
Share on other sites

  • Moderators

I talk about size of file compiled. Why size of file compiled is biger than other program language.

With Autoit file only have a line: msgbox(0,"title","contains") : about 200kb

I think:

Source code of Autoit still to exist in file.exe.

Outwith, what's else ?

Yes the interpreter for the language is still included in the executables.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

AutoIt's "compiled" is more of a "combined" than a true compile to assembly. The full interpreter is included with every compiled script, along with a copy of the source file that is to be ran (and includes), and that's just the way it works.

If size is really that big a deal (I mean, what's a few KB nowadays), pick a different tool.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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