dependabot[bot]
|
68b58f979b
|
build(deps): bump termcolor from 2.2.0 to 2.3.0 (#1459)
* build(deps): bump termcolor from 2.2.0 to 2.3.0
Bumps [termcolor](https://github.com/termcolor/termcolor) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/termcolor/termcolor/releases)
- [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md)
- [Commits](https://github.com/termcolor/termcolor/compare/2.2.0...2.3.0)
---
updated-dependencies:
- dependency-name: termcolor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-25 11:35:34 +02:00 |
|
Moritz
|
8e80bc844d
|
Test BN 2 (#1462)
* Update .github/workflows/tests.yml
|
2023-04-25 11:35:07 +02:00 |
|
Willi Ballenthin
|
a45cab06d3
|
Merge pull request #1461 from mandiant/dependabot/pip/ruff-0.0.262
build(deps-dev): bump ruff from 0.0.260 to 0.0.262
|
2023-04-25 10:28:18 +02:00 |
|
Yacine Elhamer
|
695508aa4c
|
insn.py: Update extract_insn_api_features() to optimize by means of viv rather than function attributes
|
2023-04-25 08:42:53 +01:00 |
|
Moritz
|
957083d805
|
fix ELF parse error (#1454)
* fix ELF parse error
* add ELF header parsing test
|
2023-04-25 08:46:56 +02:00 |
|
dependabot[bot]
|
2aac99b037
|
build(deps): bump protobuf from 4.22.1 to 4.22.3 (#1448)
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.22.1 to 4.22.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.22.1...v4.22.3)
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-25 06:36:06 +02:00 |
|
Moritz
|
2401dc785c
|
update viv dependencies and fix (#1342)
* update dependencies and fix
* pyinstaller: add hook for new viv pas
* pyinstaller: hooks: remove duplicate entries and old analysis pass
* Update setup.py
* update hidden imports
---------
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
|
2023-04-25 06:34:40 +02:00 |
|
Moritz
|
f902add0ce
|
Merge pull request #1457 from yelhamer/bugfix-symtab
SymTab _parse(): Bugfixes for the struct unpacking and for handling symtabs with a null entry size
|
2023-04-24 19:35:23 +02:00 |
|
Yacine Elhamer
|
2faae5d022
|
SymTab: Update unpacking format
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
|
2023-04-24 17:57:06 +01:00 |
|
dependabot[bot]
|
2a2878bba0
|
build(deps-dev): bump ruff from 0.0.260 to 0.0.262
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.260 to 0.0.262.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.260...v0.0.262)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-24 14:58:25 +00:00 |
|
Moritz
|
2bb6f924cd
|
Merge pull request #1447 from mandiant/dependabot/pip/pytest-7.3.1
build(deps-dev): bump pytest from 7.3.0 to 7.3.1
|
2023-04-24 12:37:38 +02:00 |
|
Yacine Elhamer
|
ee881ab82f
|
code style: Fix the format of the committed code
|
2023-04-23 02:31:11 +01:00 |
|
Yacine Elhamer
|
b32a8ca510
|
insn.py: Get the symtab api extractor to yield FunctionName features as well
|
2023-04-23 01:20:25 +01:00 |
|
Yacine Elhamer
|
b766d957b0
|
insn.py: rewire symbol parsing to use SymTab instead of vivisect
|
2023-04-22 01:36:57 +01:00 |
|
Yacine Elhamer
|
e7ccea44e7
|
Shdr: add a constructor for vivisect's shdr representation
|
2023-04-22 01:33:00 +01:00 |
|
Yacine Elhamer
|
861e96d33e
|
update CHANGELOG.md
|
2023-04-22 01:16:42 +01:00 |
|
Yacine Elhamer
|
07e6407115
|
_parse(): safeguard against zero entry size
|
2023-04-22 01:10:26 +01:00 |
|
Yacine Elhamer
|
69d44cdc16
|
_parse(): fix section header unpacking field size
|
2023-04-22 01:09:04 +01:00 |
|
Yacine Elhamer
|
97c8fd0525
|
Update CHANGELOG.md
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
|
2023-04-21 19:36:20 +01:00 |
|
Moritz
|
259dfaed11
|
Update tests.yml
|
2023-04-21 17:24:06 +02:00 |
|
dependabot[bot]
|
bf02b2ecb4
|
build(deps-dev): bump pytest from 7.3.0 to 7.3.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.0...7.3.1)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-21 14:18:11 +00:00 |
|
Moritz
|
88c78bb411
|
only test binaryninja on non-forks
|
2023-04-21 16:15:27 +02:00 |
|
Capa Bot
|
2c73f08364
|
Sync capa-testfiles submodule
|
2023-04-21 14:06:49 +00:00 |
|
Capa Bot
|
467c19be97
|
Sync capa rules submodule
|
2023-04-19 17:01:01 +00:00 |
|
Capa Bot
|
96d7f20980
|
Sync capa rules submodule
|
2023-04-19 15:56:44 +00:00 |
|
Capa Bot
|
8965fc8a79
|
Sync capa rules submodule
|
2023-04-17 16:11:59 +00:00 |
|
Capa Bot
|
f4968bc1f1
|
Sync capa rules submodule
|
2023-04-17 15:59:53 +00:00 |
|
Capa Bot
|
fe0702a06b
|
Sync capa-testfiles submodule
|
2023-04-17 15:58:44 +00:00 |
|
Yacine Elhamer
|
44254bfffe
|
Update CHANGELOG.md
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
|
2023-04-17 09:51:39 +01:00 |
|
Willi Ballenthin
|
c85050ac1a
|
Merge pull request #1405 from ooprathamm/ruff
Linting with ruff
|
2023-04-17 10:46:24 +02:00 |
|
Yacine Elhamer
|
21f2cb6e6f
|
Update CHANGELOG.md
|
2023-04-14 04:25:24 +01:00 |
|
Yacine Elhamer
|
c71cb55051
|
insn extractor: Add static api extraction using .symtab
|
2023-04-14 04:07:05 +01:00 |
|
Willi Ballenthin
|
6ba5b2b72b
|
Merge pull request #1442 from Vector35/fix_bn_error
Check if caller.llil is None before accessing its properties
|
2023-04-12 14:20:51 +02:00 |
|
Xusheng
|
dd207fb238
|
Check if caller.llil is None before accessing its properties
|
2023-04-12 15:13:40 +08:00 |
|
Willi Ballenthin
|
e9e06bb571
|
Merge pull request #1439 from mandiant/dependabot/pip/mypy-1.2.0
build(deps-dev): bump mypy from 1.1.1 to 1.2.0
|
2023-04-10 20:48:47 +02:00 |
|
Willi Ballenthin
|
ae0e0a03a3
|
Merge pull request #1437 from mandiant/dependabot/pip/types-protobuf-4.22.0.2
build(deps-dev): bump types-protobuf from 4.22.0.1 to 4.22.0.2
|
2023-04-10 20:47:39 +02:00 |
|
Willi Ballenthin
|
526fc15082
|
Merge pull request #1436 from mandiant/dependabot/pip/pytest-7.3.0
build(deps-dev): bump pytest from 7.1.3 to 7.3.0
|
2023-04-10 20:46:53 +02:00 |
|
dependabot[bot]
|
271107436b
|
build(deps-dev): bump mypy from 1.1.1 to 1.2.0
Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.2.0)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-10 14:58:07 +00:00 |
|
dependabot[bot]
|
eaa4e15439
|
build(deps-dev): bump types-protobuf from 4.22.0.1 to 4.22.0.2
Bumps [types-protobuf](https://github.com/python/typeshed) from 4.22.0.1 to 4.22.0.2.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-protobuf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-10 14:57:58 +00:00 |
|
dependabot[bot]
|
7cfeebfff7
|
build(deps-dev): bump pytest from 7.1.3 to 7.3.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.3.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.3.0)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-10 14:57:56 +00:00 |
|
Xusheng
|
6f3bffe689
|
Fix BN installation path detection does not work with Python 3.11
|
2023-04-10 11:45:05 +08:00 |
|
Moritz
|
7c4a46b7b4
|
update to v5.1.0 (#1429)
* update to v5.1.0
---------
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
v5.1.0
|
2023-04-06 12:55:25 +02:00 |
|
Pratham Chauhan
|
efb07fafb3
|
fix
|
2023-04-05 22:16:00 +05:30 |
|
Pratham Chauhan
|
eedd885683
|
fix black
|
2023-04-05 17:44:57 +05:30 |
|
Pratham Chauhan
|
e6248cd9ed
|
solve failing binja
|
2023-04-05 17:43:11 +05:30 |
|
Pratham Chauhan
|
3d1ef51863
|
revert
|
2023-04-05 17:33:05 +05:30 |
|
Pratham Chauhan
|
068ac0ca2c
|
fix black
|
2023-04-05 16:29:53 +05:30 |
|
naikordian
|
8fe88f601f
|
fix: Warning user to install signatures (#1420)
* fix: Warning user to install signatures
---------
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
|
2023-04-05 12:59:41 +02:00 |
|
Pratham Chauhan
|
eef1548baa
|
fix capy2yara.py
|
2023-04-05 16:28:00 +05:30 |
|
Pratham Chauhan
|
6eaa46ea9a
|
revert bninja change
|
2023-04-05 13:32:15 +05:30 |
|