William Ballenthin
de1e5b8468
Merge branch 'master' of github.com:fireeye/capa
2020-07-14 09:07:49 -06:00
William Ballenthin
61264bc500
submodule: update
2020-07-14 09:06:59 -06:00
Willi Ballenthin
47e6b2bd7d
readme: use logo
2020-07-14 09:03:34 -06:00
William Ballenthin
84f52b9b8d
update icon
2020-07-14 08:57:18 -06:00
William Ballenthin
028b0c3734
pep8
2020-07-14 08:42:54 -06:00
William Ballenthin
0d71ea8a56
main: show WARNING messages in -q mode
...
closes #140
2020-07-14 08:41:39 -06:00
Willi Ballenthin
d36bae6c78
Merge pull request #141 from fireeye/ana-rules-badge
...
Add rules number badge to README
2020-07-14 08:35:58 -06:00
Ana María Martínez Gómez
b123463a9c
Add rules number badge to README
...
This number will be updated when synchronizing the rules submodule using
a GitHub action.
2020-07-14 16:02:55 +02:00
Moritz
8168a537e0
Merge pull request #131 from fireeye/mr-tz-patch-1
...
update README
2020-07-13 21:55:36 +02:00
Moritz Raabe
4dd1343f66
doc: update links
2020-07-13 21:52:57 +02:00
Moritz
ff5dd00157
Update bug_report.md
2020-07-13 11:14:48 +02:00
Moritz
12e830ec48
Update feature_request.md
2020-07-13 11:12:11 +02:00
Willi Ballenthin
adc183978d
Merge pull request #133 from fireeye/doc/add-usage-examples
...
doc: add usage examples
2020-07-12 16:59:50 -06:00
Moritz Raabe
bebc9b0c4f
doc: update usage information
2020-07-12 13:22:07 +02:00
Moritz Raabe
fd5dff2421
doc: add usage examples
2020-07-12 13:08:29 +02:00
Moritz
3ce01fa01b
Update usage.md
2020-07-12 13:07:26 +02:00
Moritz
e8195af73e
Update limitations.md
2020-07-12 12:26:31 +02:00
Moritz
3744bd6953
Update installation.md
2020-07-11 15:31:07 +02:00
Moritz
be919dcb8d
update README
2020-07-11 14:19:25 +02:00
Willi Ballenthin
6049a4a099
Merge pull request #128 from fireeye/fix/main-output-updates
...
main: output updates
2020-07-09 16:08:50 -06:00
Moritz Raabe
22c3475714
main: output updates
2020-07-09 22:42:34 +02:00
Willi Ballenthin
7cb1e03710
readme: tweak example formatting
2020-07-08 10:58:55 -06:00
Willi Ballenthin
2c69f275a9
Merge pull request #124 from fireeye/ida-import
...
add import to IDA script
2020-07-07 19:59:17 -06:00
Moritz
8c7ed4f50c
Merge pull request #126 from fireeye/fix-testbed
...
Fix testbed
2020-07-07 23:18:49 +02:00
Moritz
9ed08714c3
Merge pull request #123 from fireeye/fix-113
...
move CI files into .github directory
2020-07-07 23:04:22 +02:00
William Ballenthin
e0ad071dd4
testbed: fix imports now that its standalone scripts
...
closes #125
2020-07-07 13:39:50 -06:00
William Ballenthin
780b145b59
pep8
2020-07-07 13:39:15 -06:00
William Ballenthin
4fa5bf1d93
pep8
2020-07-07 13:16:25 -06:00
William Ballenthin
a9b447dcbe
add script import-to-ida.py
...
closes #120
2020-07-07 13:16:08 -06:00
Moritz
15f9b42638
Merge pull request #122 from fireeye/color-always
...
add cli option --color
2020-07-07 20:55:32 +02:00
William Ballenthin
3a42107b9b
submodule: rules: update
2020-07-07 12:34:52 -06:00
William Ballenthin
f99fe8aacb
re-add missing pyinstaller spec
2020-07-07 12:32:39 -06:00
William Ballenthin
56b9462d01
git hooks: fix references to tox config
2020-07-07 12:30:54 -06:00
William Ballenthin
d55e1cd16b
pep8
2020-07-07 12:29:17 -06:00
William Ballenthin
22d0f94cea
move ci files to .github directory
...
since this is where we host everything
closes #113
2020-07-07 12:28:47 -06:00
William Ballenthin
73564ae3c3
Merge branch 'master' into color-always
2020-07-07 12:18:10 -06:00
William Ballenthin
4c96fd025e
pep8
2020-07-07 12:14:12 -06:00
William Ballenthin
b400a214ad
main: add cli option --color
...
closes #121
2020-07-07 12:14:00 -06:00
Willi Ballenthin
7b86a968d5
Merge pull request #119 from fireeye/ana-fix-description
...
Fix description
2020-07-07 11:19:56 -06:00
Moritz
e793d6e236
Merge pull request #107 from fireeye/ana-remove-args
...
Remove args from Features
2020-07-07 19:00:58 +02:00
Ana María Martínez Gómez
3acfc413bf
Merge pull request #118 from fireeye/ana-fix-style
2020-07-07 19:00:04 +02:00
Ana María Martínez Gómez
6dacab9848
Fix description
...
```
s = 'number: 4 = I am a description with an = yes'
s.rpartition(' = ') => ('4 = I am a description with an', ' = ', 'yes')
s.partition(' = ') => ('4', ' = ', 'I am a description with an = yes')
s.split(' = ', 1) => ['4', 'I am a description with an = yes']
```
2020-07-07 18:54:36 +02:00
Ana María Martínez Gómez
3dc3e083a9
Remove args from Features
...
`args` and `value` are a duplication for most of the features:
`args = [value]`
get rid of `args` and introduce `value` for `Feature` (the main class
instead of the subclasses). This makes the code simpler.
Refactoring the `freeze_serialize` function to not use an array would
simplify the code a bit more, but that needs a bit more of work.
2020-07-07 18:06:30 +02:00
Willi Ballenthin
758ee87fa1
Merge pull request #114 from fireeye/contributing-guide
...
#28 contributing guide
2020-07-07 09:06:52 -06:00
Willi Ballenthin
bf049f5db3
contributing: remove atom cruft
2020-07-07 09:06:39 -06:00
Willi Ballenthin
e331b56e7d
contributing: remove atom cruft
2020-07-07 09:05:05 -06:00
Ana María Martínez Gómez
a6ddd044c7
Fix style offenses
...
pycodestyle is failing in master.
2020-07-07 15:50:09 +02:00
Moritz
4f61836d45
Merge pull request #116 from fireeye/fix-111
...
fix #111
2020-07-07 15:04:30 +02:00
Moritz
f35263fa86
Merge pull request #115 from fireeye/fix-102
...
#102 #87
2020-07-07 15:02:11 +02:00
Willi Ballenthin
489065bfc1
Merge pull request #117 from fireeye/capa-explorer-code-cleanup
...
capa explorer: code maintenance
2020-07-07 00:03:41 -06:00