get_undefined_symbols_from_object¶
- selene_core.build_utils.utils.get_undefined_symbols_from_object(path: Path) list[str] ¶
Extract undefined symbols from an object file, with help from the lief library.
This function is useful for inspection of object files, such as in the matches methods of ArtifactKind specialisations.