Skip to content

API Set Resolution may loop back to module being loaded #14

@TheWover

Description

@TheWover

There is a case where a DLL's API Set reference may resolve to the original DLL. An example is Kernel32.dll!InitializeProcThreadAttributeList, which forwards to api-ms-win-core-processthreads-l1-1-0.InitializeProcThreadAttributeList, which resolves back to Kernel32.dll!InitializeProcThreadAttributeList. This causes the API Set to not actually resolve and results in an error when attempting to call the function that was searched for.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingresolvedThis issue has been resolved and will be merged soon

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions