v0.2.0
What's Changed
- Also run unit tests on pypy3 by @yunzheng in #1
- Unbreak black by updating it to 22.3.0 by @yunzheng in #3
- Fixed exception handling in @catch_sigpipe by @yunzheng in #2
- Add support for reading from stdin to beacon-dump by @yunzheng in #4
- Improved handling for empty or all zero xorkey buffer in utils.xor by @yunzheng in #5
- Refactor OSError exception handling in @catch_sigpipe decorator by @yunzheng in #7
- Apply black --check and --diff options via .pre-commit-config.yaml only by @yunzheng in #8
- Determine Sphinx docs version from
dissect.cobaltstrike._versionby @yunzheng in #6 - Add process exit code to beacon-dump by @yunzheng in #9
- Refactor
pytest.raisesstatements to usematchkeyword by @yunzheng in #10 - Add tests for
dissect.cobaltstrike.beaconmain function by @yunzheng in #11 - Update README.rst by @yunzheng in #12
New Contributors
Full Changelog: v0.1.0...v0.2.0