View Single Post
  #1  
Old 02-13-2005, 01:29
Teerayoot Teerayoot is offline
Friend
 
Join Date: Mar 2004
Location: ประเทศไทย
Posts: 83
Rept. Given: 0
Rept. Rcvd 3 Times in 2 Posts
Thanks Given: 2
Thanks Rcvd at 16 Times in 8 Posts
Teerayoot Reputation: 3
Do possible to generate c++ header file from dll export?

I got only dll file that come with application and it seem all function exported are very interresting .Do possible to generate all that exported function to c++ header file ?

I need to make some hooking on that function ,and i have to know about argument pass and return type

TIA.
Reply With Quote