Capa Bot
42a87d4eaa
Sync capa-testfiles submodule
2021-03-23 07:14:58 +00:00
Capa Bot
51d125642f
Sync capa rules submodule
2021-03-23 07:14:21 +00:00
mike-hunhoff
ddebf2e1cb
Merge pull request #493 from fireeye/enhance/472
...
rule generator: support subscope rules
2021-03-22 17:28:43 -06:00
Michael Hunhoff
7f3e8f1fb1
adding support to match subscope rules and auto insert child statements when creating a new basic block subscope
2021-03-22 17:12:13 -06:00
Ana María Martínez Gómez
ab7dbcd2e4
Merge pull request #491 from fireeye/williballenthin-patch-3
2021-03-22 19:16:49 +01:00
Willi Ballenthin
29d8f1fd27
ci: tests: pin OS version
2021-03-22 09:51:20 -06:00
Willi Ballenthin
a6c472bb2a
ci: publish: pin OS version
2021-03-22 09:50:47 -06:00
Willi Ballenthin
b880d419a3
ci: build: pin OS versions
2021-03-22 09:50:04 -06:00
Capa Bot
a2ff87af8a
Sync capa rules submodule
2021-03-22 15:45:10 +00:00
Willi Ballenthin
5b9c577380
Merge pull request #489 from fireeye/dependabot/pip/viv-utils-0.6.0
...
Bump viv-utils from 0.5.0 to 0.6.0
2021-03-22 09:39:52 -06:00
Capa Bot
4775e124db
Sync capa rules submodule
2021-03-22 09:02:35 +00:00
Moritz
c243158d7c
Merge pull request #486 from fireeye/fix/eol-improvements
...
EOL improvements
2021-03-22 09:58:29 +01:00
Capa Bot
8afc3f46f6
Sync capa rules submodule
2021-03-22 08:41:21 +00:00
dependabot[bot]
8b5dc54397
Bump viv-utils from 0.5.0 to 0.6.0
...
Bumps [viv-utils](https://github.com/williballenthin/viv-utils ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/williballenthin/viv-utils/releases )
- [Commits](https://github.com/williballenthin/viv-utils/compare/v0.5.0...v0.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-22 06:20:47 +00:00
Capa Bot
1dbb34df9f
Sync capa-testfiles submodule
2021-03-21 19:28:58 +00:00
mike-hunhoff
9383f0bc77
Merge pull request #474 from fireeye/explorer/fix-471
...
explorer: adding support for multi-line tab and SHIFT + Tab
2021-03-19 19:11:14 -06:00
Moritz Raabe
13306b71e0
add file
2021-03-19 09:40:44 +01:00
Moritz Raabe
8719a23de4
dos2unix
2021-03-19 09:40:44 +01:00
Moritz Raabe
7e0b5236af
better deal with CRLF/LF issues
2021-03-19 09:40:43 +01:00
Moritz Raabe
c7798b3254
ensure LF end of line
2021-03-19 09:40:43 +01:00
Willi Ballenthin
7d668550f5
Merge pull request #485 from fireeye/ci/ensure-lf-eol
...
ensure LF end of line
2021-03-18 14:41:13 -06:00
Capa Bot
c945eaf804
Sync capa rules submodule
2021-03-18 20:41:05 +00:00
Moritz Raabe
1bfe0e0874
ensure LF end of line
2021-03-18 20:15:23 +01:00
Capa Bot
153c6a7b01
Sync capa-testfiles submodule
2021-03-18 18:04:33 +00:00
Ana Maria Martinez Gomez
30a83fa382
doc: Fix broken link in README
...
Introduced in https://github.com/fireeye/capa/pull/478
2021-03-16 16:37:33 +01:00
Willi Ballenthin
c0bcefe0bf
Merge pull request #479 from Ana06/viv-utils5
...
setup: bump viv-utils to 0.5.0
2021-03-16 07:02:43 -06:00
Ana Maria Martinez Gomez
cd01a01894
setup: bump viv-utils to 0.5.0
...
In viv-utils `getWorkspace` raises `IncompatibleVivVersion` on Python 3
when `vw.loadWorkspace(viv_file)` raises `UnicodeDecodeError`.
Fixes https://github.com/fireeye/capa/issues/469
As we use the same version in py2 and py3, define the viv-utils
requirement once.
2021-03-16 10:51:50 +01:00
Willi Ballenthin
df36bb9f35
Merge pull request #478 from Ana06/badges
...
doc: Improve README badges
2021-03-15 14:42:57 -06:00
Ana María Martínez Gómez
030893e125
Merge pull request #475 from Ana06/incompatible-viv
...
changelog: document incompatibility of viv files
2021-03-15 17:30:17 +01:00
Ana Maria Martinez Gomez
b2ab8ab54c
doc: Improve README badges
...
- Add a link to the `PyPI - Python Version` badge. Otherwise it opens
the image when clicking on it, which is inconsistent with the other
labels. I arrived too late to point this out in:
https://github.com/fireeye/capa/pull/477
- Add release badge with last release version. This may help users to
realize that a new version has been released.
- Add downloads badge.
- Order labels by color.
Closes https://github.com/fireeye/capa/issues/196
2021-03-15 16:47:15 +01:00
Willi Ballenthin
12eb1b96de
Merge pull request #477 from fireeye/mr-tz-patch-1
...
Update README.md with Python version badge
2021-03-15 08:35:27 -06:00
Moritz
cff7d4bad4
Update README.md
2021-03-15 11:54:11 +01:00
Ana Maria Martinez Gomez
a31c616a21
changelog: document incompatibility of viv files
...
`.viv` files (generated by vivisect) are not compatible between Python 2
and Python 3. This causes capa to raise an `UnicodeDecodeError`
exception and should be documented better. I'll add this change to the
release notes after the review.
Related to https://github.com/fireeye/capa/issues/469
2021-03-15 10:26:32 +01:00
Michael Hunhoff
3d2b4dcc26
adding support for multi-line tab and SHIFT + Tab
2021-03-11 17:13:43 -07:00
mike-hunhoff
06c958f081
Merge pull request #465 from fireeye/explorer/fix-463
...
explorer: improve settings modification
2021-03-10 11:30:23 -07:00
Michael Hunhoff
b8efe585d5
fix 463, improve settings UI
2021-03-09 14:56:44 -07:00
Willi Ballenthin
e7eb2152cc
Merge pull request #464 from fireeye/explorer/fix-462
...
fix 462
2021-03-09 12:13:54 -07:00
Michael Hunhoff
e1a8641399
fixes 462, default to empty string when accessing rule path stored in ida_settings
2021-03-09 12:09:35 -07:00
Capa Bot
cffac62e68
Sync capa rules submodule
2021-03-09 10:00:48 +00:00
Ana María Martínez Gómez
7a8c0572e9
Merge pull request #455 from Ana06/v1-6-0
v1.6.0
2021-03-09 10:48:01 +01:00
Ana Maria Martinez Gomez
5596d5f8b2
version: bump to v1.6.0
2021-03-09 10:36:26 +01:00
Ana Maria Martinez Gomez
06fd02cd61
changelog: v1.6.0
...
This release adds the capa explorer rule generator plugin for IDA Pro,
vivisect support for Python 3 and 12 new rules. We appreciate everyone
who opened issues, provided feedback, and contributed code and rules.
Thank you also to the vivisect development team (rakuy0, atlas0
fd00m) for the Python 3 support (v1.0.0) and the fixes for Python 2
(v0.2.1). This is the last capa release which supports Python 2. Next
release will be Python 3 only.
2021-03-09 10:36:26 +01:00
Capa Bot
6b9d1047cf
Sync capa rules submodule
2021-03-08 19:39:47 +00:00
Ana Maria Martinez Gomez
a7b3fd72ca
changelog: v1.5.1
2021-03-08 20:09:31 +01:00
Ana María Martínez Gómez
dd3deb2358
Merge pull request #454 from fireeye/mr-tz-patch-1
...
setup: bump viv to 0.2.1
2021-03-08 11:36:18 +01:00
Moritz
c99fce3183
setup: bump viv to 0.2.1
2021-03-08 09:07:04 +01:00
Willi Ballenthin
3e55581bf7
Merge pull request #450 from fireeye/feature-refactor-args
...
refactor common cli argument handling
2021-03-05 15:07:50 -07:00
Willi Ballenthin
dfbe1418d4
Merge pull request #452 from fireeye/feature-py3-pyinstaller
...
pyinstaller: update for py3/pyinstaller 4.2
2021-03-05 15:06:47 -07:00
William Ballenthin
7671fca373
pep8
2021-03-05 13:27:16 -07:00
William Ballenthin
c01dde3fb2
ci: disable test building of pyinstaller upon push
2021-03-05 13:26:15 -07:00