-
Any Dll Entry Point
Specifically, is it really impossible to find out entry point of any dll whose documentation/data sheet is not given?
Actaully i am looking to wrap a dll of the known micro$oft's messeging client for dot net. Can i find the list of public functions, so i could use it in c++ or wrap it for dotnet $ee sharp.
Should i go for disassembler, or there exisits any tool to findout the entrypoints.. or i can find the datasheet for file sharing api for m$ live mesng(fsshext.8.5.1302.1018.dll)!
Kindly direct me for getting started...
Last edited by Hack; 03-24-2008 at 07:00 AM.
-
-
depends.exe
I've used depends.exe to find functions exported in a dll; though it's intended to solve "dll-****" by finding dependencies of a specific module, it also lists exports of specific modules.
If you have an older version of Visual Studio, you may already have depends.exe. Otherwise, it's available (free, I understand) here:
http://www.dependencywalker.com/
Disclaimer: Though I work for Microsoft as an ISV Architect Evangelist, my opinions, and occasional errors, are my own.
Stephen Lowe
-
Thats mean once i installed this dependencies.exe, i can find entry point of a DLL.
How to use it ?
Similar Threads
-
Replies: 2
Last Post: 03-28-2005, 06:49 PM
-
By Rehman in forum Careers
Replies: 2
Last Post: 02-19-2003, 09:30 AM
-
By Tom Staresinic in forum ASP.NET
Replies: 5
Last Post: 07-20-2001, 02:25 PM
-
By John A Grandy in forum VB Classic
Replies: 0
Last Post: 11-16-2000, 06:34 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|