Tagged Questions

1
vote
2answers
317 views

How to get the function name from the ordinal number in a COM dll

Hi, 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 …