开发者

What is the meaning / usage of IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG?

开发者 https://www.devze.com 2023-01-18 06:39 出处:网络
In the Portable Executa开发者_开发百科ble format, there is a directory named IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG. Can someone provide a URL with a good explanation of this directory and its real usage?

In the Portable Executa开发者_开发百科ble format, there is a directory named IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG. Can someone provide a URL with a good explanation of this directory and its real usage? Why do some apps use this feature?


It seems originally it was used for some rarely-used features (e.g. LockPrefixTable, I've only seen it in kernel32.dll). These days you generally only see it used for the /safeseh feature (SEHandlerTable/SEHandlerCount).

0

精彩评论

暂无评论...
验证码 换一张
取 消