dantay9 Posted March 8, 2009 Posted March 8, 2009 (edited) I have never used dll for anything apart from putting bitmaps into a single file. How do you find out what functions are in the system dlls (like shell32.dll) and what you need to use to call the dlls (int, short, long)? I don't need this for a script at the moment, but I was wondering. If there is a tutorial that I am unaware of, that would also be helpful.Thanks for your help. Edited March 27, 2009 by dantay9
Richard Robertson Posted March 8, 2009 Posted March 8, 2009 There are a lot of ways. The easiest to to search online for a list. You can also do things like dump the exports to a file and guess at what it needs. Often you will only get the size of the parameters.
Skrip Posted March 8, 2009 Posted March 8, 2009 (edited) This might help.http://www.autoitscript.com/forum/index.ph...0724&hl=DEEWorks on any dll. Edited March 8, 2009 by Firestorm [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
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