Skip to content

Minor issues #2

@anthonyharrison

Description

@anthonyharrison

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions