Hello,
I'm trying to store all functions in a Dll's .edata section in a list.
I found the Sym_ and Image_ functions, but I don't seem to understand them. I know how PE apps work and how their data is aligned, but I just want to use "these high-level functions".
Can anyone give an example?
Thanks!