Opening and snooping DLLs
Posted
by Russel
on Stack Overflow
See other posts from Stack Overflow
or by Russel
Published on 2010-06-11T05:17:45Z
Indexed on
2010/06/11
5:22 UTC
Read the original article
Hit count: 223
Is there a way you can open and snoop DLLs? Like, see what functions are inside, etc?
Is there some sort of header in them with tables of functions, information embedded by the maker of the dll, etc? Also, how do you find/view that information?
Thanks!
Russel
© Stack Overflow or respective owner