mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 10:48:51 +00:00
* lint: replace isort/flake8 with ruff * update ruff links * remove stale isort reference * update CHANGELOG * address review * remove unused imports * remove unnecessary list comprehension * remove quotes from type annotation * use dict.get instead of if-else block * remove unnecessary utf-8 encoding declaration * Revert "remove unused imports" This reverts commit 18ba50a22bce3f3a0aff56e9a48d1091ccfdd6e5. * skip check for unused imports * fix UP036 Version block is outdated for minimum Python version * add TODO comment for unused imports * replace black with ruff * address review comments |
||
|---|---|---|
| .. | ||
| bulk-process.py | ||
| cache-ruleset.py | ||
| capa-as-library.py | ||
| capa2sarif.py | ||
| capa2yara.py | ||
| capafmt.py | ||
| compare-backends.py | ||
| detect-backends.py | ||
| detect-binexport2-capabilities.py | ||
| detect-elf-os.py | ||
| detect_duplicate_features.py | ||
| import-to-bn.py | ||
| import-to-ida.py | ||
| inspect-binexport2.py | ||
| lint.py | ||
| linter-data.json | ||
| match-function-id.py | ||
| minimize_vmray_results.py | ||
| profile-memory.py | ||
| profile-time.py | ||
| proto-from-results.py | ||
| proto-to-results.py | ||
| setup-linter-dependencies.py | ||
| show-capabilities-by-function.py | ||
| show-features.py | ||
| show-unused-features.py | ||