Skip to content

public release version 3.1

Compare
Choose a tag to compare
@arthaud arthaud released this 05 Dec 01:26
· 56 commits to master since this release

IKOS version 3.1 release notes

Release date

December 2022

List of changes

LLVM frontend changes

  • Upgrade LLVM from 9.0.x to 14.0.x

Analyzer changes

  • Add option to trace the invariant during analysis.
  • Fix issue detecting uses of uninitialized dynamically-allocated memory.
  • Allow analysis of programs without debug information.
  • Support producing reports in SARIF format.
  • Support producing reports in JUnit format.
  • Allow running ikos-scan without an HTTP server, outputting JSON.
  • Update use of deprecated Python function isAlive.
  • Small refactoring changes.

Overall changes

  • Update installation instructions for Ubuntu 20.04.