Does anyone know of a way to get the number parameters and their types (I don't care about a param name . . . just number and type) on an API just by examining the binary file? Say for instance I run Dumpbin /Exports on Shell32.dll . . . there are several exported API with no names that need to be called by their ordinals and I am wondering if . . .
1) Is there a way to determine how many params are required and what the param types are?
2) Can this method (assuming that it exists) be summerized in an algorithm so that a programtic method can be developed that will analyze exported APIs in DLLs and list their parameters and types.
Thanks! - Jeff Marler B-)
1) Is there a way to determine how many params are required and what the param types are?
2) Can this method (assuming that it exists) be summerized in an algorithm so that a programtic method can be developed that will analyze exported APIs in DLLs and list their parameters and types.
Thanks! - Jeff Marler B-)