You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thePE File
then the developer should invoke the goblinget_delay_import_descriptor()
on the file, and these would be obtained.Am i assuming correctly?
The text was updated successfully, but these errors were encountered: