search for files and Libraries in dll file

Good morning everyone,

First of all, many thanks for your assistance on here one way or the very other.

Now as the subject implies, I want to search for files, functions and libraries bootstrapped inside a dll file, I saw some where it can be done using masm, so I thought it can also be done, with c++ since it also compiles to native code as masm

How question is this, how do I use c++ to search, and locate these files and libraries. I understand I have to use LoadlibraryA() to load the dll file, now other parts, I seem to be lost there. A source code could be helpful

I am trying to locate the .text, .rdata and other functions inside the .dll file. Pls Help. (Source code could be Relevant)
Topic archived. No new replies allowed.