get_symbols_from_object¶
- selene_core.build_utils.symbols.get_symbols_from_object(object: Path | bytes) SymbolTable¶
Extract undefined symbols from an object file or bytes, with help from the lief library.
This function is useful for inspection of object files, such as in the matches methods of ArtifactKind specialisations.