Commit Graph

340 Commits

Author SHA1 Message Date
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
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
Michael Hunhoff
bb94dd4fe8 minor formatting changes 2020-07-06 21:20:12 -06:00
Michael Hunhoff
f0add144b1 merging upstream 2020-07-06 21:07:15 -06:00
Michael Hunhoff
c68dc3bf02 IDA code maintenance 2020-07-06 21:01:26 -06:00
William Ballenthin
b88e97fd95 render: show abs path of rules directory 2020-07-06 17:12:11 -06:00
William Ballenthin
6344d08e6b pep8 2020-07-06 17:09:13 -06:00
William Ballenthin
091f1d0c41 render: show rules path
closes #111
2020-07-06 17:08:55 -06:00
William Ballenthin
248c27c9e8 pep8 2020-07-06 16:54:52 -06:00
William Ballenthin
ca175f02c7 rules: factor out DESCRIPTION_SEPARATOR into a constant
closes #87
2020-07-06 16:54:40 -06:00
William Ballenthin
959b66b26a rules: use rpartition instead of split(..., 1) to better express intent 2020-07-06 16:50:47 -06:00
William Ballenthin
0fe8c9352e rules: use six.string_types to better support py2 2020-07-06 16:50:18 -06:00
William Ballenthin
d15f6ae0c9 offset: use description
closes #102
2020-07-06 16:49:19 -06:00
William Ballenthin
93dfb4fd17 contributing: wording 2020-07-06 16:17:16 -06:00