I m reading the import table of a PE file and I m able to get the names of the DLLs it imports from the IMAGE_IMPORT_DESCRIPTOR structures but I can t find where the DLLs paths are. How can I read them?
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...