Merge pull request #770 from fireeye/elffile-extractor

add light weight ElfFeatureExtractor
This commit is contained in:
Willi Ballenthin
2021-09-13 13:27:00 -06:00
committed by GitHub
12 changed files with 201 additions and 25 deletions

View File

@@ -71,3 +71,6 @@ ignore_missing_imports = True
[mypy-devtools.*]
ignore_missing_imports = True
[mypy-elftools.*]
ignore_missing_imports = True