aboutcode-org / aboutcode-org/elf-inspector

Minor issues

オープン
#2 コメント 2 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
1
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。