generated from aboutcode-org/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
After cloning the repo and then performing pip install .
- typecode-libmagic not installed. Get warning when using elf.get_elf_dependencies.
- get_elf_dependencies doesn't work if location is a symbolic link. Problem is actually in the get_type function in typecode.
Workarounds are:
- pip install typecode-libmagic
- call elf.get_elf_dependencies(location) with elf.get_elf_dependencies(os.path.realpath(location))
pombredanne
Metadata
Metadata
Assignees
Labels
No labels