mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
* logging: use rich handler for logging * tqdm: remove unneeded redirecting_print_to_tqdm function * tqdm: introduce `CapaProgressBar` rich `Progress` bar * tqdm: replace tqdm with rich Progress bar * tqdm: remove tqdm dependency * termcolor: replace termcolor and update `scripts/` * tests: update `test_render.py` to use rich.console.Console * termcolor: remove termcolor dependency * capa.render.utils: add `write` & `writeln` methods to subclass `Console` * update markup util functions to use fmt strings * tests: update `test_render.py` to use `capa.render.utils.Console` * replace kwarg `end=""` with `write` and `writeln` methods * tabulate: replace tabulate with `rich.table` * tabulate: remove `tabulate` and its dependency `wcwidth` * logging: handle logging in `capa.main` * logging: set up logging in `capa.main` this commit sets up logging in `capa.main` and uses a shared `log_console` in `capa.helpers` for logging purposes * changelog: replace packages with rich * remove entry from pyinstaller and unneeded progress.update call * update requirements.txt * scripts: use `capa.helpers.log_console` in `CapaProgressBar` * logging: configure root logger to use `RichHandler` * remove unused import `inspect` |
||
|---|---|---|
| .. | ||
| 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 | ||