Skip to content

v0.2.0

Choose a tag to compare

@yunzheng yunzheng released this 11 Apr 11:30
· 63 commits to main since this release
6528faa

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._version by @yunzheng in #6
  • Add process exit code to beacon-dump by @yunzheng in #9
  • Refactor pytest.raises statements to use match keyword by @yunzheng in #10
  • Add tests for dissect.cobaltstrike.beacon main function by @yunzheng in #11
  • Update README.rst by @yunzheng in #12

New Contributors

Full Changelog: v0.1.0...v0.2.0