Colton Gabertan
|
058c1fefd2
|
ghidra: unit tests (#1727)
* restore from corrupted .git
* lint repo
* temp: remove lint failing rule
* implement dereferencing, clean up extractors
* implement proper dereferencing routines as applicable
* fix nzxor implementation, remediate ghidra analysis issues
* lint repo
* Assert typing, lint repo
* avoid extracting pointers in bytes extraction
* attempt to recover submodule
* implement GhidraFeatureExtractor & ghidra_main()
* lint repo
* document examples, clean-up & testing
* lint repo
* properly map import dict
* properly map fake addresses
* fix fake addr mapping
* properly map externs
* re-align consistency with other backends
* lint repo
* fix dereferencing routine
* clean up helpers
* fix format string
* disable progress bar to exit gracefully
* enable pbar in headless runtime mode
* implement fixture test script
* implement ghidra unit test script
* refactor repo for breaking Ghidrathon change
* bump ghidrathon CI version, run unit test in CI
* change CI config
* fix wget line for ghidrathon
* fix unzip paths
* fix ghidra import issue
* disable pytest faulthandler module
* fix ghidra state variables
* use toAddr
* restructure for consistency
* Bump Ghidrathon version for CI, fix pytest ghidra runtime detection
|
2023-08-21 12:16:13 -06:00 |
|
colton-gabertan
|
a2a2949675
|
Merge branch 'master' into backend-ghidra
|
2023-08-17 16:06:17 +00:00 |
|
Colton Gabertan
|
b3cf1129e3
|
Ghidra: Implement GhidraFeatureExtractor (#1681)
* Implement GhidraFeatureExtractor & repo changes
|
2023-08-16 15:58:47 -07:00 |
|
Willi Ballenthin
|
7e78133925
|
Merge pull request #1728 from mandiant/fix/issue-1719
fix deprecation warnings
|
2023-08-15 14:00:15 +02:00 |
|
Yacine
|
d71ecc7a79
|
Update tests/test_ida_features.py
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
|
2023-08-15 12:26:19 +02:00 |
|
Yacine
|
a5a1a0bfee
|
Update CHANGELOG.md
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
|
2023-08-15 12:26:02 +02:00 |
|
Willi Ballenthin
|
8118a3f353
|
changelog
|
2023-08-15 08:46:18 +00:00 |
|
Willi Ballenthin
|
e6d64ef561
|
pydantic: remove use of deprecated routines
closes #1718
|
2023-08-15 08:41:56 +00:00 |
|
Willi Ballenthin
|
408c5076c6
|
tests: ida: don't collect tests as pytest tests
closes #1719
|
2023-08-15 08:26:59 +00:00 |
|
Willi Ballenthin
|
3169ee28e9
|
Merge pull request #1721 from mandiant/fix/issue-1704
elf: fix parsing of symtab from viv data
|
2023-08-14 17:13:50 +02:00 |
|
Willi Ballenthin
|
3b9f5114ce
|
Merge pull request #1722 from mandiant/dependabot/pip/mypy-1.5.0
build(deps-dev): bump mypy from 1.4.1 to 1.5.0
|
2023-08-14 16:43:57 +02:00 |
|
dependabot[bot]
|
623fc270c1
|
build(deps-dev): bump mypy from 1.4.1 to 1.5.0
Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.0.
- [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.5.0)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-14 14:43:40 +00:00 |
|
Willi Ballenthin
|
1199fb94d4
|
Merge pull request #1723 from mandiant/dependabot/pip/tqdm-4.66.1
build(deps-dev): bump tqdm from 4.65.0 to 4.66.1
|
2023-08-14 16:43:18 +02:00 |
|
Willi Ballenthin
|
26fdbbd442
|
Merge pull request #1725 from mandiant/dependabot/pip/ruff-0.0.284
build(deps-dev): bump ruff from 0.0.282 to 0.0.284
|
2023-08-14 16:42:26 +02:00 |
|
Willi Ballenthin
|
737fab7969
|
elf: use equality not bit masking
|
2023-08-14 16:40:45 +02:00 |
|
dependabot[bot]
|
f6ee465a0a
|
build(deps-dev): bump ruff from 0.0.282 to 0.0.284
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.282 to 0.0.284.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.282...v0.0.284)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-14 14:16:45 +00:00 |
|
dependabot[bot]
|
82f352f719
|
build(deps-dev): bump tqdm from 4.65.0 to 4.66.1
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.1.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.1)
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-14 14:16:16 +00:00 |
|
Willi Ballenthin
|
2dc5295c0c
|
Merge branch 'master' into fix/issue-1704
|
2023-08-14 13:15:23 +02:00 |
|
Willi Ballenthin
|
8479bc2f1f
|
Merge pull request #1720 from mandiant/fix/issue-1705
elf: detect Android OS via note and dependencies
|
2023-08-14 13:11:23 +02:00 |
|
Capa Bot
|
7c1522d84d
|
Sync capa-testfiles submodule
|
2023-08-14 11:11:05 +00:00 |
|
Willi Ballenthin
|
9afe19a096
|
changelog
|
2023-08-14 11:10:06 +00:00 |
|
Willi Ballenthin
|
bd5c65d22c
|
elf: fix parsing of symtab from viv
closes #1704
|
2023-08-14 11:08:19 +00:00 |
|
Willi Ballenthin
|
e6cb3d3b3b
|
os: detect Android via dependencies, too
|
2023-08-14 10:27:19 +00:00 |
|
Willi Ballenthin
|
18058beb0a
|
changelog
|
2023-08-14 10:20:30 +00:00 |
|
Willi Ballenthin
|
8003547414
|
elf: detect Android OS via note
closes #1705
|
2023-08-14 10:13:42 +00:00 |
|
Capa Bot
|
ec93ca5b21
|
Sync capa rules submodule
|
2023-08-11 07:07:57 +00:00 |
|
colton-gabertan
|
2de6dc7cb8
|
Merge branch 'master' into backend-ghidra
|
2023-08-10 12:14:44 -07:00 |
|
Capa Bot
|
e5efc158b7
|
Sync capa-testfiles submodule
|
2023-08-10 07:26:08 +00:00 |
|
Willi Ballenthin
|
9f436763f7
|
Merge pull request #1683 from Aayush-Goel-04/Aayush-Goel-04/Issue#331
|
2023-08-09 12:44:48 +02:00 |
|
Aayush Goel
|
a383022cff
|
Update show-unused-features.py
|
2023-08-09 15:37:38 +05:30 |
|
Aayush Goel
|
57486733e7
|
Update scripts/show-unused-features.py
Co-authored-by: Willi Ballenthin <wballenthin@google.com>
|
2023-08-09 15:33:03 +05:30 |
|
Aayush Goel
|
df9828dd7f
|
Update capa/rules/__init__.py
Co-authored-by: Willi Ballenthin <wballenthin@google.com>
|
2023-08-09 15:32:12 +05:30 |
|
Aayush Goel
|
d81f3a461e
|
Update show-unused-features.py
|
2023-08-09 14:20:53 +05:30 |
|
Willi Ballenthin
|
f1e737ac92
|
Merge branch 'master' into Aayush-Goel-04/Issue#331
|
2023-08-09 08:53:02 +02:00 |
|
Mike Hunhoff
|
448aa9cd21
|
explorer: fix unhandled exception when resolving rule path (#1693)
|
2023-08-08 14:04:46 -06:00 |
|
colton-gabertan
|
f2c0509f81
|
Merge branch 'master' into backend-ghidra
|
2023-08-08 11:00:10 -07:00 |
|
Colton Gabertan
|
6287fbb958
|
Ghidra insn features (#1670)
* Implement Ghidra Instruction Feature Extraction
|
2023-08-08 10:45:14 -07:00 |
|
Aayush Goel
|
c497ad8253
|
Update show-unused-features.py
|
2023-08-08 18:36:25 +05:30 |
|
Aayush Goel
|
9c1aa2fc5d
|
Update show-unused-features.py
|
2023-08-08 18:35:04 +05:30 |
|
Aayush Goel
|
f5a254f21f
|
Merge branch 'master' into Aayush-Goel-04/Issue#331
|
2023-08-08 17:05:03 +05:30 |
|
Aayush Goel
|
fb3ae0267e
|
Update scripts/show-unused-features.py
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
|
2023-08-08 17:04:23 +05:30 |
|
Willi Ballenthin
|
5400576d4e
|
Merge pull request #1689 from mandiant/dependabot/pip/ruff-0.0.282
build(deps-dev): bump ruff from 0.0.280 to 0.0.282
|
2023-08-08 11:02:54 +02:00 |
|
Willi Ballenthin
|
dabd9d0810
|
Merge pull request #1690 from mandiant/dependabot/pip/flake8-6.1.0
build(deps-dev): bump flake8 from 6.0.0 to 6.1.0
|
2023-08-08 11:02:24 +02:00 |
|
Willi Ballenthin
|
2bd777dbe4
|
Merge pull request #1691 from mandiant/dependabot/pip/types-protobuf-4.23.0.3
build(deps-dev): bump types-protobuf from 4.23.0.2 to 4.23.0.3
|
2023-08-08 11:02:12 +02:00 |
|
Willi Ballenthin
|
959c64b484
|
Merge pull request #1692 from mandiant/dependabot/pip/mypy-protobuf-3.5.0
build(deps-dev): bump mypy-protobuf from 3.4.0 to 3.5.0
|
2023-08-08 11:01:58 +02:00 |
|
Aayush Goel
|
232c9ce35c
|
Add test for script & output rendered
|
2023-08-07 22:43:25 +05:30 |
|
Aayush Goel
|
b3a9763a32
|
Merge branch 'master' into Aayush-Goel-04/Issue#331
|
2023-08-07 21:02:42 +05:30 |
|
Aayush Goel
|
0fdc1dd3f5
|
Type Hints done , get_all_feature to Rule class
|
2023-08-07 21:00:29 +05:30 |
|
dependabot[bot]
|
80e224ec7c
|
build(deps-dev): bump mypy-protobuf from 3.4.0 to 3.5.0
Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 3.4.0 to 3.5.0.
- [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v3.4.0...v3.5.0)
---
updated-dependencies:
- dependency-name: mypy-protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-07 14:42:44 +00:00 |
|
dependabot[bot]
|
75a4f309b4
|
build(deps-dev): bump types-protobuf from 4.23.0.2 to 4.23.0.3
Bumps [types-protobuf](https://github.com/python/typeshed) from 4.23.0.2 to 4.23.0.3.
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-07 14:42:39 +00:00 |
|