Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
darwin: Fix Module.load() with alias
The provided name could be an alias, so we may not be able to resolve it using the same name. When we're on macOS >= 13 or equivalent dyld versions, we can use _dyld_get_dlopen_image_header() to resolve the resulting module by address instead.
- Loading branch information