Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type of dl_info variable in Initialize function
Changed the type of the `dl_info` variable from `Dl_info` to `struct Dl_info` in the `Initialize` function. This ensures compatibility and correctness with the `dladdr` function call.
- Loading branch information