Dll Functions Name & parameters
-
How can I know the name of functions & its Parameters of Unknoun DLL file ? Iman Ghasrfakhri
-
How can I know the name of functions & its Parameters of Unknoun DLL file ? Iman Ghasrfakhri
-
How can I know the name of functions & its Parameters of Unknoun DLL file ? Iman Ghasrfakhri
functions: use Dependency Walker parameters: you can't, unless you have a header-file with the function declarations regards
-
functions: use Dependency Walker parameters: you can't, unless you have a header-file with the function declarations regards
Greg S. wrote: parameters: you can't, unless you have a header-file with the function declarations You can dissasemble the function and find the parameters it accepts :eek: . Surely it will be a last resort, but if you can't get the function spec... "semper aliquid haeret", Bacon. -- Sebastián.