Sardith Posted February 3, 2007 Posted February 3, 2007 I wanted to know, if there's a program, that can read a .dll and list it's functions. I know 'depends' (Program name) will list sub .dll's functions, also have messed around with ollydbg, but I can't figure out how to get it to list .dll functions that you load. Any help would be great. ~Geoff [font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]
Sardith Posted February 3, 2007 Author Posted February 3, 2007 For example Psapi.dll using depends, I can load the .dll up but I get module problems. Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module. MPR.dll [font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]
Moderators SmOke_N Posted February 3, 2007 Moderators Posted February 3, 2007 Could try this:http://www.nirsoft.net/utils/dll_export_viewer.html 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.
Valik Posted February 3, 2007 Posted February 3, 2007 The fact that you don't understand how to use Dependency Viewer is a pretty good sign you're not ready to do whatever DLL related task you are attempting to do.
WeMartiansAreFriendly Posted February 4, 2007 Posted February 4, 2007 (edited) i use dllexplorer dll export viewer all the time.. but the catch is you have to search for the parameters to call the certain function. Edited February 4, 2007 by mrRevoked Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet()
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