Moritz
cbadab8521
Add faq ( #2032 )
...
* Create faq.md
---------
Co-authored-by: Vasco Schiavo <115561717+VascoSch92@users.noreply.github.com >
2024-03-20 14:59:02 +01:00
N0stalgikow
0eb4291b25
Updating copyright across all files based on when it was first introduced. ( #2027 )
...
* updating copyright, back to the date of origin of file
* updating regex to account for linter violation
2024-03-13 14:04:53 +01:00
Fariss
9d1f110d24
ida-explorer: replace deprecated IDA API find_binary with bin_search ( #2011 )
...
* ida-explorer: replace deprecated IDA API find_binary with bin_search
* Fix packages import sort order
* Modify code style: return on error in find_byte_sequence
* Declare global variables for find_byte_sequence
* Declare global variables for find_byte_sequence
* Declare global variables for find_byte_sequence
* remove IDA_BYTES_PATTERNS, because ida_bytes.parse_bin_pat_str modifies first param
2024-03-11 13:04:16 -06:00
Mike Hunhoff
5b2122a3c6
Update capa + Ghidra README.md ( #2023 )
2024-03-06 11:01:39 -07:00
Aayush Goel
49231366f1
Handles circular dependencies while getting rules and dependencies ( #2014 )
...
* Remove test for scope "unspecified"
* raise error on circular dependency
* test for circular dependency
2024-03-06 11:39:21 +01:00
Capa Bot
10a4381ad5
Sync capa-testfiles submodule
2024-03-05 15:45:40 +00:00
N0stalgikow
f6b0673b0f
Adding a citation file to capa ( #2018 )
...
* Adding a citation file to capa
---------
Co-authored-by: Moritz <mr-tz@users.noreply.github.com >
2024-03-04 10:56:58 +01:00
Capa Bot
1c1e5c02b0
Sync capa rules submodule
2024-03-04 09:27:58 +00:00
P.Sahithi Reddy
04e3f268f3
Update github ci workflow to reflect new ghidrathon installation ( #2020 )
...
* Update github ci workflow to reflect new ghidrathon release installation
* Update CHANGELOG
2024-03-01 16:24:02 -07:00
Ana María Martínez Gómez
d63c6f1f9e
Merge pull request #2003 from Ana06/update-actions
...
[CI] Update GitHub actions to versions using Node 20
2024-02-27 13:21:38 -05:00
Capa Bot
08b3ae60d7
Sync capa rules submodule
2024-02-27 11:56:47 +00:00
Ana Maria Martinez Gomez
f5893d7bd3
[changelog] Add actions update
2024-02-27 12:49:28 +01:00
Ana Maria Martinez Gomez
3a90247e5b
[CI] Update github/codeql-action/upload-sarif
...
The old version was using a deprecated version of Node.
2024-02-27 12:46:41 +01:00
Ana Maria Martinez Gomez
bb0dff0610
[CI] Update gradle/gradle-build-action
...
Replace gradle/gradle-build-action by gradle/gradle-build-action, which
supersedes it since v3. The previous version used a deprecated version
of Node.
2024-02-27 12:46:41 +01:00
Ana Maria Martinez Gomez
610a86e5e2
[CI] Update ad-m/github-push-action
...
The old version was using a deprecated version of Node.
2024-02-27 12:46:40 +01:00
Ana Maria Martinez Gomez
cabb9c0975
[CI] Update Ana06/get-changed-files
...
Update Ana06/get-changed-files to the latest version that I released
yesterday using Node 20. The old version was using a deprecated version
of Node.
2024-02-27 12:46:40 +01:00
Ana María Martínez Gómez
c28f4fc890
Merge pull request #2004 from Ana06/changelog-review
...
Fix CHANGELOG PR review & update Ana06/automatic-pull-request-review
2024-02-26 17:49:28 +01:00
Rohit Konakalla
9a449b6bd9
Load .json.gz files directly ( #1990 )
...
* Load .json.gz files directly
* Add helper function to load .json and replace json.load references
* add test and update change log
* add .json.gz in EXTENSIONS_DYNAMIC
Co-authored-by: Moritz <mr-tz@users.noreply.github.com >
---------
Co-authored-by: Moritz <mr-tz@users.noreply.github.com >
2024-02-25 16:01:36 +01:00
Ana Maria Martinez Gomez
65b5c46029
[changelog] Add gist badge
...
I didn't originally add the gist badge to the CHANGELOG in #2001 , but I
am thinking now that it may be a good idea to track it.
2024-02-23 20:22:44 +01:00
Ana Maria Martinez Gomez
8857511e55
[CI] Fix CHANGELOG PR review
...
Sending a PR review with a message about the CHANGELOG needing to be
updated has been broken since July, where the permissions were changed.
2024-02-23 16:25:49 +01:00
Ana Maria Martinez Gomez
ffcabf1e0b
[CI] Update Ana06/automatic-pull-request-review
...
The old version was using a deprecated version of Node.
2024-02-23 15:49:28 +01:00
Ana María Martínez Gómez
c6b43d7492
Merge pull request #2001 from Ana06/gist_badge
...
[CI] Use badge in gist for rules number in README
2024-02-23 14:55:44 +01:00
Moritz
8af3a19d61
Merge pull request #2000 from sjha2048/chore/updateGithubActions
...
update github workflows to use latest versions
2024-02-23 13:41:06 +01:00
Ana Maria Martinez Gomez
2252e69eed
[CI] Use badge in gist for rules number in README
...
Since mandiant/capa-rules#882 , the README badge in capa is not updated
anymore via commits anymore, but in a gist.
2024-02-23 08:40:05 +01:00
Sahil
5e85fc9ede
update github workflows to use latest version for depricated actions (checkout, setup-python, upload-artifact, download-artifact)
2024-02-23 02:57:07 +05:30
Willi Ballenthin
0f9dd9095b
fmt
2024-02-14 15:57:24 +01:00
Willi Ballenthin
b163f82a71
changelog
2024-02-14 15:57:24 +01:00
Willi Ballenthin
bd3cc18a25
loader: avoid eager imports of some backend-related code
2024-02-14 15:57:24 +01:00
Willi Ballenthin
4e2f175b9f
rules: don't eagerly import ruamel until needed
2024-02-14 15:57:24 +01:00
Willi Ballenthin
fdd097a141
main: remove unused imports
2024-02-14 15:57:24 +01:00
Willi Ballenthin
1b4e5258f8
elf: don't require vivisect just for type annotations
2024-02-14 15:57:24 +01:00
Capa Bot
1d78900862
Sync capa rules submodule
2024-02-14 13:57:16 +00:00
Moritz
8807d6844d
Merge pull request #1984 from mandiant/dependabot/pip/tqdm-4.66.2
...
build(deps-dev): bump tqdm from 4.66.1 to 4.66.2
2024-02-14 11:04:31 +01:00
Moritz
318a3d1610
Merge pull request #1985 from mandiant/dependabot/pip/flake8-bugbear-24.2.6
...
build(deps-dev): bump flake8-bugbear from 24.1.17 to 24.2.6
2024-02-14 11:04:17 +01:00
Moritz
b86b66a29c
Merge pull request #1986 from mandiant/dependabot/pip/ruff-0.2.1
...
build(deps-dev): bump ruff from 0.1.14 to 0.2.1
2024-02-14 11:04:02 +01:00
Moritz
c263670a21
Merge pull request #1983 from mandiant/dependabot/pip/pyinstaller-6.4.0
...
build(deps-dev): bump pyinstaller from 6.3.0 to 6.4.0
2024-02-14 11:03:43 +01:00
Moritz
fc840d8e7d
Merge pull request #1974 from mandiant/dependabot/pip/pytest-sugar-1.0.0
...
build(deps-dev): bump pytest-sugar from 0.9.7 to 1.0.0
2024-02-14 11:03:22 +01:00
dependabot[bot]
b751a7bba3
build(deps-dev): bump ruff from 0.1.14 to 0.2.1
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.1.14 to 0.2.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.14...v0.2.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-12 14:47:30 +00:00
dependabot[bot]
c8765a4116
build(deps-dev): bump flake8-bugbear from 24.1.17 to 24.2.6
...
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear ) from 24.1.17 to 24.2.6.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases )
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/24.1.17...24.2.6 )
---
updated-dependencies:
- dependency-name: flake8-bugbear
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-12 14:47:14 +00:00
dependabot[bot]
4955a23c52
build(deps-dev): bump tqdm from 4.66.1 to 4.66.2
...
Bumps [tqdm](https://github.com/tqdm/tqdm ) from 4.66.1 to 4.66.2.
- [Release notes](https://github.com/tqdm/tqdm/releases )
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.2 )
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-12 14:47:09 +00:00
dependabot[bot]
16814c376f
build(deps-dev): bump pyinstaller from 6.3.0 to 6.4.0
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases )
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst )
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.3.0...v6.4.0 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-12 14:47:00 +00:00
Mike Hunhoff
05fb1a5c00
Update Ghidra README ( #1979 )
2024-02-09 08:58:47 -07:00
dependabot[bot]
df8056f415
build(deps-dev): bump pytest-sugar from 0.9.7 to 1.0.0
...
Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar ) from 0.9.7 to 1.0.0.
- [Release notes](https://github.com/Teemu/pytest-sugar/releases )
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst )
- [Commits](https://github.com/Teemu/pytest-sugar/compare/v0.9.7...v1.0.0 )
---
updated-dependencies:
- dependency-name: pytest-sugar
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-05 14:45:41 +00:00
Capa Bot
fde1de3250
Sync capa rules submodule
2024-02-05 09:34:46 +00:00
Capa Bot
7ab8dbbd4e
Sync capa-testfiles submodule
2024-02-05 09:31:34 +00:00
Moritz
2ddb6b0773
update to v7.0.1 ( #1972 )
v7.0.1
2024-02-02 11:21:50 +01:00
Moritz
5fd532845c
Update .gitmodules
2024-02-02 10:13:36 +01:00
Willi Ballenthin
2a59284621
freeze: remove unused import ( #1969 )
...
* freeze: remove unused import
potentially causing circular import errors
---------
Co-authored-by: Moritz <mr-tz@users.noreply.github.com >
2024-02-01 19:41:44 +01:00
Moritz
9adb669921
Merge pull request #1968 from mandiant/doc/blog-links
...
Update blog links
2024-02-01 18:37:21 +01:00
Moritz
034894330b
Update blog links
2024-02-01 15:51:49 +01:00