goblin icon indicating copy to clipboard operation
goblin copied to clipboard

[ Quesion ] Delay Load Imports

Open dfirence opened this issue 1 year ago • 2 comments

Does Goblin obtain the "Delay Loaded" imports from "IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT"?

I see in the source: https://docs.rs/goblin/latest/goblin/pe/data_directories/struct.DataDirectories.html#method.get_delay_import_descriptor

I assume that when the IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT is present in the PE File then the developer should invoke the goblin get_delay_import_descriptor() on the file, and these would be obtained.

Am i assuming correctly?

dfirence avatar Nov 12 '22 17:11 dfirence