Tagged Questions
1
vote
2answers
1k views
How to get the function name from the ordinal number in a COM dll
I am trying to get actual function names from their ordinal numbers from a COM dll. I tried using dumpbin.exe but it only returns [NONAME] for each ordinal (except the first few).
ordinal hint ...