Replies: 2 comments 1 reply
-
My knowledge is currently very rusty here, but try running the |
Beta Was this translation helpful? Give feedback.
1 reply
-
I eventually found a compatible version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on a winCE 4 binary that imports DLL functions by ordinals, say from COREDLL.DLL, MFCCE400.DLL. The latter is fine since the CE SDK includes a mfcce400.pdb which I was eventually able to process and use. However, for coredll.dll, the SDK only has a .lib and .exp file, which AFAIK should be sufficient to match ordinals to function names, but I'm not sure how to get that information into ghidra.
Beta Was this translation helpful? Give feedback.
All reactions