Moritz
|
1a82b9d0c5
|
Merge pull request #2536 from mandiant/release/v801
update to v8.0.1
v8.0.1
|
2024-12-09 18:11:38 +01:00 |
|
mr-tz
|
3cbc184020
|
update to v8.0.1
|
2024-12-09 16:19:30 +00:00 |
|
Moritz
|
347601a112
|
Merge pull request #2535 from mandiant/fix/ida-find_byte_sequence
handle IDA 8.3/8.4 vs. 9.0 API change
|
2024-12-09 17:11:33 +01:00 |
|
mr-tz
|
8a02b0773d
|
handle IDA 8.3/8.4 vs. 9.0 API change
|
2024-12-09 15:06:38 +00:00 |
|
Moritz
|
f11661f8f2
|
release v8.0.0 (#2529)
* update to v8.0.0
* update website v8.0.0
v8.0.0
|
2024-12-09 14:15:46 +01:00 |
|
Capa Bot
|
518dc3381c
|
Sync capa rules submodule
|
2024-12-09 10:30:27 +00:00 |
|
Willi Ballenthin
|
5c60adaf96
|
BinExport2: better handle weird Ghidra expressions
analogous to the inspect-binexport2 issues reported in #2528 and #2530,
but this fixes the feature extractor.
|
2024-12-09 11:27:11 +01:00 |
|
Willi Ballenthin
|
4ab8d75629
|
changelog
|
2024-12-09 11:27:11 +01:00 |
|
Willi Ballenthin
|
51d852d1b3
|
inspect-binexport: better handle MSRs exported by Ghidra
closes #2530
|
2024-12-09 11:27:11 +01:00 |
|
Willi Ballenthin
|
aa8e4603d1
|
inspect-binexport2: render aarch64 vector element sizes
closes #2528
|
2024-12-09 11:27:11 +01:00 |
|
Willi Ballenthin
|
6c61a91778
|
main: use two lines when warning about stack trace
|
2024-12-09 11:27:11 +01:00 |
|
Capa Bot
|
e633e34517
|
Sync capa rules submodule
|
2024-12-09 09:52:22 +00:00 |
|
Willi Ballenthin
|
9c72c9067b
|
binexport2: better pruning of comma expressions with a single child
|
2024-12-06 07:19:39 +01:00 |
|
Willi Ballenthin
|
168435cf75
|
changelog
|
2024-12-06 07:19:39 +01:00 |
|
Willi Ballenthin
|
5fdf7e61e2
|
inspect-binexport2: better render ARM lsl/lsr and pruned expressions
|
2024-12-06 07:19:39 +01:00 |
|
Willi Ballenthin
|
95fc747e6f
|
binexport2: prune operands more precisely
|
2024-12-06 07:19:39 +01:00 |
|
Willi Ballenthin
|
1f374e4986
|
binexport2: fix handling of incorrect thunks (#2526)
* binexport2: fix handling of incorrect thunks
closes #2524
* changelog
|
2024-12-05 14:36:09 +01:00 |
|
Harshit Wadhwani
|
28c0234339
|
Fix: Issue #2307 (#2439)
* fix #2307
---------
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
|
2024-12-05 09:53:15 +01:00 |
|
Moritz
|
f57f909e68
|
Merge pull request #2523 from xusheng6/master
binja: move the stack string detection to the function level
|
2024-12-04 17:43:16 +01:00 |
|
Xusheng
|
02c359f79f
|
binja: move the stack string detection to the function level. Fix https://github.com/mandiant/capa/issues/2516
|
2024-12-04 17:00:22 +08:00 |
|
Xusheng
|
4448d612f1
|
binja: fix up the analysis for the al-khaser_x64.exe_ file. Fix https://github.com/mandiant/capa/issues/2507
|
2024-12-04 09:36:08 +01:00 |
|
Xusheng
|
d7cf8d1251
|
Revert "skip test where BN misses the function"
This reverts commit 9ad3f06e1d.
|
2024-12-04 09:36:08 +01:00 |
|
Moritz
|
d1f3e43325
|
vmray: record command line info (#2515)
* vmray: record command line info
|
2024-12-03 19:56:30 +01:00 |
|
Capa Bot
|
83a46265df
|
Sync capa rules submodule
|
2024-12-03 16:26:33 +00:00 |
|
Moritz
|
0c64bd4985
|
Merge pull request #2521 from mandiant/fix/2466-cape-model
make Process model flexible and procmemory optional
|
2024-12-03 14:28:29 +01:00 |
|
Capa Bot
|
ed86e5fb1b
|
Sync capa rules submodule
|
2024-12-03 13:12:36 +00:00 |
|
Moritz
|
e1c786466a
|
Merge pull request #2518 from mandiant/bn/skip-test
skip test where BN misses the function
|
2024-12-03 14:05:24 +01:00 |
|
mr-tz
|
959a234f0e
|
make Process model flexible and procmemory optional
|
2024-12-03 13:02:19 +00:00 |
|
Moritz
|
e57de2beb4
|
Merge pull request #2513 from mandiant/dependabot/pip/protobuf-5.29.0
build(deps): bump protobuf from 5.28.2 to 5.29.0
|
2024-12-03 13:33:59 +01:00 |
|
Moritz
|
9c9b3711c0
|
Merge pull request #2519 from mandiant/ci/pre-commit
upgrade pre-commit config
|
2024-12-03 13:32:54 +01:00 |
|
mr-tz
|
65e2dac4c4
|
upgrade pre-commit config
|
2024-12-03 12:09:38 +00:00 |
|
mr-tz
|
9ad3f06e1d
|
skip test where BN misses the function
|
2024-12-03 11:09:38 +00:00 |
|
Capa Bot
|
201ec07b58
|
Sync capa-testfiles submodule
|
2024-12-03 08:34:05 +00:00 |
|
Capa Bot
|
c85be8dc72
|
Sync capa-testfiles submodule
|
2024-12-03 08:26:34 +00:00 |
|
Moritz
|
54952feb07
|
Merge pull request #2501 from xusheng6/binja_database_support
Binja database support
|
2024-12-02 17:32:24 +01:00 |
|
dependabot[bot]
|
379d6ef313
|
build(deps): bump protobuf from 5.28.2 to 5.29.0
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.2 to 5.29.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.28.2...v5.29.0)
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-02 15:42:28 +00:00 |
|
Xusheng
|
28fcd10d2e
|
Add a unit test for Binary Ninja database
|
2024-12-02 23:34:07 +08:00 |
|
Xusheng
|
a6481df6c4
|
Add support for loading and analyzing Binary Ninja database
|
2024-12-02 23:34:07 +08:00 |
|
Moritz
|
abe80842cb
|
Merge pull request #2511 from xusheng6/fix_llil_access
binja: retrieve the LLIL instruction itself without requesting the entire IL function
|
2024-12-02 14:01:11 +01:00 |
|
Xusheng
|
b6763ac5fe
|
binja: retrieve the LLIL instruction itself without requesting the entire IL function
|
2024-12-02 17:11:24 +08:00 |
|
Capa Bot
|
5a284de438
|
Sync capa rules submodule
|
2024-11-28 10:34:29 +00:00 |
|
Capa Bot
|
8cfccbcb44
|
Sync capa-testfiles submodule
|
2024-11-28 10:25:40 +00:00 |
|
Moritz
|
01772d0de0
|
Merge pull request #2510 from mandiant/release/web-v1.0.0
explorer web: add release v1.0.0
|
2024-11-27 14:07:59 +01:00 |
|
Capa Bot
|
f0042157ab
|
🤖 explorer web: add release capa-explorer-web-v1.0.0-6a2330c
|
2024-11-27 13:03:18 +00:00 |
|
Moritz
|
6a2330c11a
|
Merge pull request #2508 from fariss/update-web-release-workflow
ci: explorer web: modify web-release to open a PR
|
2024-11-27 14:01:47 +01:00 |
|
fariss
|
02b5e11380
|
ci: pin Github Actions version in web-release.yml
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
|
2024-11-27 14:00:30 +01:00 |
|
Soufiane Fariss
|
32c428b989
|
ci: explorer web: modify web-release to open a PR
|
2024-11-26 19:49:10 +01:00 |
|
dependabot[bot]
|
20909c1d95
|
build(deps): bump python-flirt from 0.8.10 to 0.9.2
Bumps [python-flirt](https://github.com/williballenthin/lancelot) from 0.8.10 to 0.9.2.
- [Release notes](https://github.com/williballenthin/lancelot/releases)
- [Commits](https://github.com/williballenthin/lancelot/compare/v0.8.10...v0.9.2)
---
updated-dependencies:
- dependency-name: python-flirt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-26 09:53:26 +01:00 |
|
dependabot[bot]
|
035b4f6ae6
|
build(deps): bump pydantic from 2.9.2 to 2.10.1
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.1.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.1)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-26 09:53:14 +01:00 |
|
dependabot[bot]
|
cb002567c4
|
build(deps): bump deptry from 0.20.0 to 0.21.1
Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.20.0 to 0.21.1.
- [Release notes](https://github.com/fpgmaas/deptry/releases)
- [Changelog](https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fpgmaas/deptry/compare/0.20.0...0.21.1)
---
updated-dependencies:
- dependency-name: deptry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-26 09:52:23 +01:00 |
|