Extract function information from c++ dll.
- by Armen Khachatryan
Hello, i have c++ DLL and 1 program (not code) , that program calls 1 function from DLL, i know only name of that function, now all want to call that function from my application(C#). Is it possible?
Thanks