Is Export table contains all entries of Win32 Exe functions?

Posted by Usman on Stack Overflow See other posts from Stack Overflow or by Usman
Published on 2010-03-17T15:57:35Z Indexed on 2010/03/17 16:31 UTC
Read the original article Hit count: 555

Hello,

I need to know that all Win32 Exe functions or class's member functions contained inside Export table of that Win 32 exe(PE File)? If not then from how and where I would be able to get all these information? (I know PE file format and all sections of it and know what those sections contained but still help required how to proceeed?)

Regards Muhammad Usman

© Stack Overflow or respective owner

Related posts about reverse-engineering

Related posts about codecave