Jump to content

DLLCall but not really


Recommended Posts

;) Some one please help me out here. I have googled this one so much I am turning wakco! :lmao: Anyways, I need to know how to find what the functions of a DLL are. This is more of a general question, but it will help me in the long run with other scripts.

[quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()

Link to comment
Share on other sites

hhmm, i'd try looking at like MSDN that's pretty much all i can think of

---hope this helps

~cdkid

AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

hhmm, i'd try looking at like MSDN that's pretty much all i can think of

---hope this helps

~cdkid

I found something. http://www.nirsoft.net/utils/dll_export_viewer.html

It doesn't give any discriptions, but it is a start in the right direction.

[quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()

Link to comment
Share on other sites

I found something. http://www.nirsoft.net/utils/dll_export_viewer.html

It doesn't give any discriptions, but it is a start in the right direction.

That's what I use - it's pretty self-explanatory. Just open it up, choose which DLLs to open, and it gets all the functions. Only thing I wish it could do is tell you what parameters are required, but I guess that's a complicated request. That's where MSDN comes in. When you get your DLL function, go look it up on MSDN, or if it's an obscure DLL (not standard windows), just google it. There's likely to be some info.

Link to comment
Share on other sites

That's what I use - it's pretty self-explanatory. Just open it up, choose which DLLs to open, and it gets all the functions. Only thing I wish it could do is tell you what parameters are required, but I guess that's a complicated request. That's where MSDN comes in. When you get your DLL function, go look it up on MSDN, or if it's an obscure DLL (not standard windows), just google it. There's likely to be some info.

Nice and Thanks! :lmao: I knew the minds of autoit would pull through for me.

[quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()

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