Jump to content

understanding compiled scripts


Recommended Posts

while i was trying to understand exactly what happens when i run a compiled script, i found a great way to get more info on how to call api's . when running a simple script you might use progs like Filemon and Regmon but these don't help at all , so switching to others like w32dasm in order to dissasemble the source code and reveal the import functions does not help you understand the api's but simply listing them , and using progs like softice is more than complicated and will eventually confuse you, so try using a great utility called APISPY32 from http://www.internals.com/utilities_main.htm .

run it and choose to launch your compiled script , a new window will popup that allows you to choose extra dll files to monitor, you can ignore it but choosing too much modules might crash your pc, anyway when the compiled script runs a spy window displays many api function that are being called and how they are used . so try running another program (that has nothing todo with auoit) and start spying on the functions, it might help you to understand and to learn how other programs use those api and you will end up creating the same super CreateWindowsEX that your favourite program has plus alot more.

I hope that this might help, good luck

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