Kmax

Latest version: v4.7.3

Safety actively analyzes 665719 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

2.0rc11

Add the klocalizer tool for creating a configuration for a given compilation unit. This version merges kmax, kclause, and klocalizer into a single installable project. The version has a number of improvements to the formulas generated by kmax and kclause and adds support for multiple architectures to klocalizer.

2.0rc5

This version adds back in BDD support, dramatically improving performance. Linux 5.3.11 takes 6 minutes instead of 4 hours. Z3 is still used, because it is faster to write out the resulting formulas, since it avoids exhaustive enumeration of the solutions.

2.0rc3

This version removes the dependency of pycudd, relying entirely on z3.

2.0rc2

This version of Kmax converts the repository into a stand-alone python project. Removed are the Kconfig analyses and experiments, which can be found in older versions of Kmax.

2.0rc1

This version of Kmax includes several new features and improvements:

- Integration with [z3](https://rise4fun.com/z3) instead of BDDs. This enables Kmax to more efficiently work with Boolean expressions and use better simplification tactics. Special thanks to [ThanhVu Nguyen](https://cse.unl.edu/~tnguyen/) for helping integrate z3 into Kmax.
- A new tool called Kclause, which translates Kconfig specifications to Boolean expressions. This has both BDD and z3 backends. Special thanks to [Jeho Oh](https://www.linkedin.com/in/jeho-oh-110a2092) for spending time to work on Kconfig's semantics.
- There are many more test cases for both Kmax and Kclause in `tests/`
- Documentation is somewhat improved in README.md to make it easier to run Kmax on the whole Linux kernel.

1.1

Kmax's Kconfig parser has been updated with the one found in Linux v4.12.8.

There are also improvements to the installation instructions.

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.