capa/scripts
Mike Hunhoff 65179805a7
add a Ghidra entry script users can invoke to run capa against a loaded Ghidra database (#1767)
* enable use of Ghidra with show-features.py

* fix bug in is_supported_file_type

* fix bug in GhidraFeatureExtractor.get_function

* refactor get_insn_in_range

* add Ghidra entry script for users to more easily run capa against a loaded Ghidra database

* update CHANGELOG

* fixing lint

* fix fixtures import issue

* fix bug in is_supported_arch_type

* add check for supported arch type

* fix extract_embedded_pe performance
2023-08-25 18:35:59 -07:00
..
bulk-process.py Update bulk-process.py 2023-08-04 10:43:34 +05:30
cache-ruleset.py Merged Changes from PR #1591 2023-07-11 01:14:38 +05:30
capa2yara.py fix copyright headers everywhere 2023-07-13 05:03:33 +02:00
capa_as_library.py fix copyright headers everywhere 2023-07-13 05:03:33 +02:00
capafmt.py fix copyright headers everywhere 2023-07-13 05:03:33 +02:00
detect-elf-os.py fix copyright headers everywhere 2023-07-13 05:03:33 +02:00
detect_duplicate_features.py Type Hints done , get_all_feature to Rule class 2023-08-07 21:00:29 +05:30
import-to-bn.py fix copyright headers everywhere 2023-07-13 05:03:33 +02:00
import-to-ida.py pydantic: remove use of deprecated routines 2023-08-15 08:41:56 +00:00
lint.py add default backend 2023-08-07 14:00:30 +02:00
linter-data.json update data via script 2023-07-05 12:30:54 +02:00
match-function-id.py fix copyright headers everywhere 2023-07-13 05:03:33 +02:00
profile-memory.py fix copyright headers everywhere 2023-07-13 05:03:33 +02:00
profile-time.py profile-time: workaround for flake8-encodings bug 2023-07-13 11:45:53 +02:00
proto-from-results.py pydantic: remove use of deprecated routines 2023-08-15 08:41:56 +00:00
proto-to-results.py bump pydantic to 2.1.1 2023-08-03 17:21:46 +05:30
setup-linter-dependencies.py fix copyright headers everywhere 2023-07-13 05:03:33 +02:00
show-capabilities-by-function.py fix copyright headers everywhere 2023-07-13 05:03:33 +02:00
show-features.py add a Ghidra entry script users can invoke to run capa against a loaded Ghidra database (#1767) 2023-08-25 18:35:59 -07:00
show-unused-features.py Update show-unused-features.py 2023-08-09 15:37:38 +05:30
vivisect-py2-vs-py3.sh