ida: add support for COFF and extern functions (#1223)

This commit is contained in:
Mike Hunhoff
2022-12-12 16:36:44 -07:00
committed by GitHub
parent 7aeb685412
commit 447cd95bc5
6 changed files with 43 additions and 9 deletions

View File

@@ -63,6 +63,9 @@ ignore_missing_imports = True
[mypy-ida_loader.*]
ignore_missing_imports = True
[mypy-ida_segment.*]
ignore_missing_imports = True
[mypy-PyQt5.*]
ignore_missing_imports = True