Skip to content

Releases: fkutzner/IncrementalMonkey

Incremental Monkey 0.2.0

17 Sep 15:42
Compare
Choose a tag to compare

Added

  • Added the print-icnf command, printing traces as ICNF problem instances
  • Added Simplifier's Paradise, a random incremental SAT instance generator for particularly simplifiable problems
  • Trace-reading commands now read the trace from the standard input when - is specified as the trace filename.
  • Added the gen-trace command for generating random traces
  • Added --parse-permissive parsing mode for traces
  • monkey now performs IPASIR lookups within the current process' own symbols if the specified DSO name is preloaded
  • Added support for dynamically linking a fixed IPASIR solver to monkey via the IM_IPASIR_LIB build option
  • Added --crash-on-failure failure mode for monkey replay

Changed

  • Renamed the print command to print-cpp
  • Made the failure trace format more fuzzer-friendly
  • New configuration defaults: generating more smaller instances

Incremental Monkey 0.1.0

07 Sep 19:59
Compare
Choose a tag to compare
  • Added random-testing procedures for IPASIR SAT solvers
  • Added CryptoMiniSat test oracle
  • Added a random SAT instance generator based on the Community Attachment Model [1]
  • Added extended random testing via incmonk_havoc_init and incmonk_init
  • Added a configuration file parser