-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issue 🧑💻Good for newcomersGood for newcomershelp wanted 🙏Some assistance is requiredSome assistance is required
Description
The function bool is_dynamic_library(const std::string& filename) implementation is quite naïve in the sense that it just checks if the filename contains dylib/so/dll.
This means that a file named foo.so.txt is considered a dynamic library and is the program attempts to load it as a plug-in.
A real solution would be to use terminfo to inspect what the given file is.
Metadata
Metadata
Assignees
Labels
good first issue 🧑💻Good for newcomersGood for newcomershelp wanted 🙏Some assistance is requiredSome assistance is required