aboutcode-org / aboutcode-org/elf-inspector
Minor issues
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 1
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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))
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.