Function Parameters in a C DLL?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
How can I get parameters (signature) of a function exported by a C DLL? I am looking for a tool or any code that achieves this. Dependency Walker fails to show signature of C functions, why? ARSALAN MALIK
-
How can I get parameters (signature) of a function exported by a C DLL? I am looking for a tool or any code that achieves this. Dependency Walker fails to show signature of C functions, why? ARSALAN MALIK
That is why you need the header files for the dll/lib. onwards and upwards...
-
That is why you need the header files for the dll/lib. onwards and upwards...
Can this be done without header file(s)? ARSALAN MALIK