First
Thanks for your good library for parsing PE files.
We use your library for extract dependencies of executable application on CQtDeployer project.
Trouble
Windows use the delay-loaded technology for load dependencies.
And it is very likely that these libraries are not visible when parsing the import table.
In the Micrasoft documentation site has a instruction of extracting delay-load libraries but they use system functions.
Question
How to extract delay load libraries uses your Library?.
First
Thanks for your good library for parsing PE files.
We use your library for extract dependencies of executable application on CQtDeployer project.
Trouble
Windows use the delay-loaded technology for load dependencies.
And it is very likely that these libraries are not visible when parsing the import table.
In the Micrasoft documentation site has a instruction of extracting delay-load libraries but they use system functions.
Question
How to extract delay load libraries uses your Library?.