|
-
May 3rd, 2011, 02:44 AM
#1
Thread Starter
Lively Member
Extract And List Api Functions And Its Parameter Form Dll Files
Hello Guys
How Can I Extract And List Functions And Its Parameter Form Dll Files
Thanks For All
-
May 3rd, 2011, 07:17 AM
#2
Re: Extract And List Api Functions And Its Parameter Form Dll Files
For a Non-AX Dll, you can't. The closest you can get is to
load the Dll into Depends.exe. On my box it is found at
C:\Program Files\Microsoft Visual Studio\Common\Tools\DEPENDS.EXE,
but that will only give you the names, not the parameters.
For an AX Dll, set it as a reference in VB and open the Object Browser
(View|Object Browser, or F2). In the upper left hand, dropdown box,
select the library you referenced.
-
May 3rd, 2011, 07:27 AM
#3
Re: Extract And List Api Functions And Its Parameter Form Dll Files
Use TLBINF32.DLLto enumerate Public exposed functions of Ocx/Dll and their calling syntax.
See example here:
http://www.vbaccelerator.com/home/vb...er/article.asp
-
May 3rd, 2011, 12:03 PM
#4
Thread Starter
Lively Member
Re: Extract And List Api Functions And Its Parameter Form Dll Files
 Originally Posted by DrUnicode
Thanks . But the example does not work.
-
May 3rd, 2011, 12:14 PM
#5
Re: Extract And List Api Functions And Its Parameter Form Dll Files
Works here and has for years.
First try the compiled Exe at http://www.vbaccelerator.com/home/vb...Documenter.asp
To run the source code you need to install and register SSubTmr.dll and OLEGUIDS.TLB.
See http://www.vbaccelerator.com/home/vb...ter_Source.asp
Scroll down to the section Required References.
-
May 3rd, 2011, 12:44 PM
#6
Thread Starter
Lively Member
-
May 3rd, 2011, 01:57 PM
#7
Re: Extract And List Api Functions And Its Parameter Form Dll Files
User32.Dll is not an ActiveX DLL so it will not open with this program.
-
May 3rd, 2011, 02:10 PM
#8
Re: Extract And List Api Functions And Its Parameter Form Dll Files
Have you considered tools such as PE Explorer?
-
May 3rd, 2011, 02:11 PM
#9
Re: Extract And List Api Functions And Its Parameter Form Dll Files
-
May 3rd, 2011, 04:17 PM
#10
Re: Extract And List Api Functions And Its Parameter Form Dll Files
I saw that, and it will list the exported entrypoints of a PE file, but it doesn't appear to give you the procedure signatures which is what he's looking for.
-
May 4th, 2011, 12:33 PM
#11
Thread Starter
Lively Member
Re: Extract And List Api Functions And Its Parameter Form Dll Files
Thanks For All But The The Program That I Want Like This Example In Link, it work but problem in parameter.
http://www.vb4arab.com/vb/uploaded/3...1304530152.zip
-
May 5th, 2011, 12:25 PM
#12
Thread Starter
Lively Member
Re: Extract And List Api Functions And Its Parameter Form Dll Files
-
May 7th, 2011, 12:11 PM
#13
Thread Starter
Lively Member
Re: Extract And List Api Functions And Its Parameter Form Dll Files
 Originally Posted by SNIPER.PS
Please Help
-
May 8th, 2011, 05:23 AM
#14
Thread Starter
Lively Member
Re: Extract And List Api Functions And Its Parameter Form Dll Files
For i = 1 To 1000000000000000000000000000000000000000000
Up
Next i
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
|
Click Here to Expand Forum to Full Width
|