Skip to content

Commit

Permalink
Merge pull request #1213 from mandiant/fix-1062
Browse files Browse the repository at this point in the history
remove SMDA backend
  • Loading branch information
williballenthin authored Jan 4, 2023
2 parents c8aa73a + eba1989 commit 94a712b
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 893 deletions.
3 changes: 0 additions & 3 deletions .github/mypy/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ ignore_missing_imports = True
[mypy-flirt.*]
ignore_missing_imports = True

[mypy-smda.*]
ignore_missing_imports = True

[mypy-lief.*]
ignore_missing_imports = True

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- dotnet: emit namespace/class features for type references #1242 @mike-hunhoff

### Breaking Changes
- remove SMDA backend #1062 @williballenthin

### New Rules (43)

Expand Down
Empty file.
133 changes: 0 additions & 133 deletions capa/features/extractors/smda/basicblock.py

This file was deleted.

57 changes: 0 additions & 57 deletions capa/features/extractors/smda/extractor.py

This file was deleted.

104 changes: 0 additions & 104 deletions capa/features/extractors/smda/file.py

This file was deleted.

42 changes: 0 additions & 42 deletions capa/features/extractors/smda/function.py

This file was deleted.

21 changes: 0 additions & 21 deletions capa/features/extractors/smda/global_.py

This file was deleted.

Loading

0 comments on commit 94a712b

Please sign in to comment.