Jump to content

How AutoIT works? (functionality)


Recommended Posts

Hi there,

i write a presentation about AutoIT, and i like to explain how AutoIT works.

I dont mean: "You compile your script and run it"... i need the answer a little bit more exactly, from a technical view.

What will be packed into the compiles *.exe ? What if, when you run a *.exe ? Decompress lib's and... ? And so on, maybe someone could help me :whistle:

Attention! English noob ^^

Link to comment
Share on other sites

As for what goes into an exe, I'm not sure I fully comprehend this, but it apparently doesn't make "true" exe's , it just puts the source of the script in there, plus a header (?) that allows execution of the script. That's why decompilation is available, the source can just be directly extracted from the exe.

Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

Okay,... also are the additional 200 kb of Code included in the exe used to "convert" the simple autoit-code into another language like c++ ?

Edit: A second question... you said: "AutoIt identifies Windows components through enumeration", could you explain this a little bit deeper?

Edited by neo van matix

Attention! English noob ^^

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