Identifying dependencies used via dlopen()
Identifying dependencies used via dlopen()
Posted Apr 23, 2024 18:04 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Identifying dependencies used via dlopen() by ibukanov
Parent article: Identifying dependencies used via dlopen()
This is basically replacing automatic initialization with an explicit init() function. Which is a great idea in general, because it makes initialization predictable.