Skip to content

SVF-2.8

Compare
Choose a tag to compare
@yuleisui yuleisui released this 31 Dec 04:11
· 429 commits to master since this release
b8c148c

Major changes

  1. Improved handling of external functions using a simple extapi.c file to link to the main module.
  2. API refactoring to address constant field offset for field-sensitivity.
  3. Refactored abstract execution code and implemented WTO (Weak Topological Ordering).
  4. Development of Control Dependence and BlockCFG classes.
  5. Enhancements to CMake for improved handling of dynamically linked libraries.
  6. Refactoring in preparation for the later adoption of opaque pointers.
  7. Implemented pointee type and inferred the number of fields in a heap object.
  8. Implemented symbolic abstraction.
  9. Bug fixes for Saber in abstract execution, graph construction, and more.

What's Changed

New Contributors

Full Changelog: SVF-2.7...SVF-2.8