DUMPBIN.EXE - How to get the functions created from an .exe?

I can only see DLLs by /EXPORTS. What should I use when using .EXE?
Exes only export the entry point.
You can use dependency walker to check the imports, tho.
Well... that's not happy to hear (read). But ok, thank you :).
Topic archived. No new replies allowed.