William Ballenthin
|
b621205a06
|
mypy
|
2021-11-08 14:24:13 -07:00 |
|
William Ballenthin
|
9fa9c6a5d0
|
tests: add test demonstrating short circuiting
|
2021-11-08 14:07:44 -07:00 |
|
William Ballenthin
|
1a84051679
|
changelog
|
2021-11-08 14:07:31 -07:00 |
|
William Ballenthin
|
d987719889
|
engine: some: correctly count satisfied children
|
2021-11-08 13:53:37 -07:00 |
|
William Ballenthin
|
96813c37b7
|
remove old improt
|
2021-11-08 13:48:33 -07:00 |
|
William Ballenthin
|
70f007525d
|
pep8
|
2021-11-08 12:11:01 -07:00 |
|
William Ballenthin
|
e3496b0660
|
engine: move optimizer into its own module
|
2021-11-08 12:10:22 -07:00 |
|
William Ballenthin
|
24b4c99635
|
changelog
|
2021-11-08 11:58:02 -07:00 |
|
William Ballenthin
|
27b4a8ba73
|
common: remove old import
|
2021-11-08 11:55:58 -07:00 |
|
William Ballenthin
|
51b3f38f55
|
common: move Result to capa.common from capa.engine
fixes circular import error in capa.features.freeze
|
2021-11-08 11:54:36 -07:00 |
|
William Ballenthin
|
a35be4a666
|
scripts: add py script for profiling time
|
2021-11-08 11:52:34 -07:00 |
|
William Ballenthin
|
5770d0c12d
|
perf: add reset routine
|
2021-11-08 11:52:25 -07:00 |
|
William Ballenthin
|
0629c584e1
|
common: move Result to capa.common from capa.engine
fixes circular import error in capa.features.freeze
|
2021-11-08 11:52:13 -07:00 |
|
William Ballenthin
|
480df323e5
|
scripts: add py script for profiling time
|
2021-11-08 11:51:09 -07:00 |
|
William Ballenthin
|
a995b53c38
|
perf: add reset routine
|
2021-11-08 11:50:49 -07:00 |
|
William Ballenthin
|
35fa50dbee
|
pep8
|
2021-11-08 11:50:37 -07:00 |
|
William Ballenthin
|
d86c3f4d48
|
common: move Result to capa.common from capa.engine
fixes circular import error in capa.features.freeze
|
2021-11-08 11:50:16 -07:00 |
|
Moritz
|
4696c0ebb6
|
Merge pull request #822 from mandiant/dependabot/pip/types-psutil-5.8.14
build(deps-dev): bump types-psutil from 5.8.13 to 5.8.14
|
2021-11-08 17:02:58 +01:00 |
|
Moritz
|
09724e9787
|
Merge pull request #823 from mandiant/dependabot/pip/isort-5.10.0
build(deps-dev): bump isort from 5.9.3 to 5.10.0
|
2021-11-08 17:02:33 +01:00 |
|
dependabot[bot]
|
636548cdec
|
build(deps-dev): bump isort from 5.9.3 to 5.10.0
Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.9.3...5.10.0)
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-08 14:16:28 +00:00 |
|
dependabot[bot]
|
b3970808df
|
build(deps-dev): bump types-psutil from 5.8.13 to 5.8.14
Bumps [types-psutil](https://github.com/python/typeshed) from 5.8.13 to 5.8.14.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-psutil
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-08 14:16:15 +00:00 |
|
William Ballenthin
|
d573b83c94
|
rule: optimization: add some documentation
|
2021-11-05 16:49:38 -06:00 |
|
William Ballenthin
|
e63f072e40
|
rules: optimizer: use recursive cost of statements
|
2021-11-05 16:39:00 -06:00 |
|
William Ballenthin
|
a329147d28
|
engine: some: short circuit
|
2021-11-05 16:32:23 -06:00 |
|
William Ballenthin
|
18ba986eba
|
engine: or: short circuit
|
2021-11-05 16:32:12 -06:00 |
|
William Ballenthin
|
8d9f418b2b
|
rules: optimize by cost
|
2021-11-05 16:20:22 -06:00 |
|
William Ballenthin
|
623bac1a40
|
engine: statement: document that the order of children is important
|
2021-11-05 16:19:16 -06:00 |
|
William Ballenthin
|
702d00da91
|
gitignore
|
2021-11-05 15:24:24 -06:00 |
|
William Ballenthin
|
3a12472be8
|
perf: render: show evaluate.feature counter
|
2021-11-05 15:23:34 -06:00 |
|
William Ballenthin
|
6524449ad1
|
main: perf: human format the numbers
|
2021-11-05 15:23:22 -06:00 |
|
William Ballenthin
|
86cab26a69
|
add perf counters in module capa.perf
|
2021-11-05 14:59:22 -06:00 |
|
William Ballenthin
|
3d068fe3cd
|
scripts: add utilities for collecting profile traces
|
2021-11-04 13:17:38 -06:00 |
|
William Ballenthin
|
f98236046b
|
main: add coarse timing measurements
|
2021-11-04 12:38:35 -06:00 |
|
William Ballenthin
|
ed3bd4ef75
|
main: add timing ctx manager
|
2021-11-04 12:20:05 -06:00 |
|
Capa Bot
|
7d3ae7a91b
|
Sync capa rules submodule
|
2021-11-03 18:29:09 +00:00 |
|
Capa Bot
|
0409c431b8
|
Sync capa rules submodule
|
2021-11-02 18:47:47 +00:00 |
|
Capa Bot
|
ffbb841b03
|
Sync capa rules submodule
|
2021-11-02 18:47:18 +00:00 |
|
Willi Ballenthin
|
e9a7dbc2ff
|
Merge pull request #820 from mandiant/fix/linter-file-format
auto recognize shellcode based on file extension
|
2021-11-02 11:31:33 -06:00 |
|
Capa Bot
|
10dc8950c1
|
Sync capa rules submodule
|
2021-11-02 17:29:30 +00:00 |
|
Capa Bot
|
fe0fb1ccd2
|
Sync capa rules submodule
|
2021-11-02 17:17:47 +00:00 |
|
Moritz Raabe
|
e9170a1d4b
|
auto recognize shellcode based on file extension
|
2021-11-02 18:02:37 +01:00 |
|
Capa Bot
|
02bd8581d8
|
Sync capa-testfiles submodule
|
2021-11-02 16:42:40 +00:00 |
|
Moritz
|
ca574201a4
|
Merge pull request #818 from mandiant/dependabot/pip/ruamel-yaml-0.17.17
build(deps): bump ruamel-yaml from 0.17.16 to 0.17.17
|
2021-11-02 17:36:03 +01:00 |
|
Moritz
|
8e744d94e6
|
Merge pull request #817 from mandiant/dependabot/pip/black-21.10b0
build(deps-dev): bump black from 21.9b0 to 21.10b0
|
2021-11-02 17:35:52 +01:00 |
|
dependabot[bot]
|
6a28330dd1
|
build(deps): bump ruamel-yaml from 0.17.16 to 0.17.17
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.16 to 0.17.17.
---
updated-dependencies:
- dependency-name: ruamel-yaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-01 14:11:49 +00:00 |
|
dependabot[bot]
|
4537b52c18
|
build(deps-dev): bump black from 21.9b0 to 21.10b0
Bumps [black](https://github.com/psf/black) from 21.9b0 to 21.10b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-01 14:11:42 +00:00 |
|
Willi Ballenthin
|
29e61e24a6
|
Merge pull request #815 from mandiant/feature-3.0.3
v3.0.3
v3.0.3
|
2021-10-27 10:14:35 -06:00 |
|
William Ballenthin
|
041c8a4c2d
|
changelog
|
2021-10-27 09:43:35 -06:00 |
|
Capa Bot
|
433dfd8fa9
|
Sync capa rules submodule
|
2021-10-27 15:34:46 +00:00 |
|
William Ballenthin
|
2b46043419
|
v3.0.3
|
2021-10-27 09:32:45 -06:00 |
|