Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ispras/casr

v2.13.0

02 May 10:13

Choose a tag to compare

Download casr 2.13.0

  • [casr-afl][casr-libfuzzer] Add hints (#230)
  • Support libafl pipeline in casr-libfuzzer (#233)
  • Support vanilla AFl directory format for casr-afl (#240)
  • Add casr-lua (#231)
  • Filter out custom C++ library (#244)
  • Add support MemorySanitizer for casr-san (#249)
  • Add casr-lua to casr-libfuzzer (without CI testing) (#252)
  • Support CASR_PRELOAD option (#256)
File Platform Checksum
casr-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
casr-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
casr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v2.12.1

14 Aug 15:19

Choose a tag to compare

Download casr 2.12.1

  • Handle segfaults and aborts in C# code (#220)
  • Support report accumulation for casr-libfuzzer and casr-afl (#223)
  • Allow casr-san to produce reports with undefined severity (#226)
File Platform Checksum
casr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v2.12.0

23 Apr 14:16

Choose a tag to compare

Download casr 2.12.0

  • Support C# crash triage for SharpFuzz (#207 #186)
  • Partial MacOS Support (#203)
  • Fix --strip-path: add path strip to missing places (#205)
  • Fix empty filename case (#204)
  • Add hierarchical accumulation (#202)
File Platform Checksum
casr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v2.11.1

08 Feb 14:27

Choose a tag to compare

  • Add --strip-path option to strip paths for stacktrace and crash line #199

Download casr 2.11.1

File Platform Checksum
casr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v2.11.0

04 Feb 15:56

Choose a tag to compare

  • [casr-cluster] Add cluster updating support #183
  • Add more env variables to filter #197

Download casr 2.11.0

File Platform Checksum
casr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v2.10.1

25 Jan 19:21

Choose a tag to compare

  • [libcasr] fix go stacktrace parsing #194
  • [casr-cluster] --diff option. Get diff between two directories with reports #193

Download casr 2.10.1

File Platform Checksum
casr-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Release v2.10.0

12 Dec 21:51

Choose a tag to compare

  • [casr-libfuzzer] JavaScript crash triaging for Jazzer.js and jsfuzz #176
  • [casr-cluster] Deduplication by crashline in every cluster #170

Release v2.9.0

09 Oct 19:26

Choose a tag to compare

  • [libcasr] Rust backtrace parsing #146
  • [casr] Specifying custom target for casr-afl #159
  • [casr] Casr-libfuzzer and casr-afl refactoring #128
  • [libcasr] Refactor init_ignored_frames! macro #162

Release v2.8.1

01 Sep 09:59

Choose a tag to compare

  • Fix target execution with timeout
  • Fix regex for sanitizer SUMMARY error type detection

Release v2.8.0

23 Aug 09:50

Choose a tag to compare

  • casr-cli is able to convert CASR reports to SARIF report
  • Filtering recursive calls from stack trace
  • Improvements in casr-afl, casr-libfuzzer