aboutcode-org / aboutcode-org/elf-inspector
Minor issues
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 1
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
After cloning the repo and then performing `pip install .`
1. typecode-libmagic not installed. Get warning when using elf.get_elf_dependencies.
2. get_elf_dependencies doesn't work if location is a symbolic link. Problem is actually in the get_type function in typecode.
Workarounds are:
1. pip install typecode-libmagic
2. call elf.get_elf_dependencies(location) with elf.get_elf_dependencies(os.path.realpath(location))
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.