←back to thread

278 points love2read | 2 comments | | HN request time: 0.403s | source
Show context
wffurr ◴[] No.42476523[source]
Note that this is done for “existing formally verified C codebases” which is a lot different from typical systems C code which is not formally verified.
replies(8): >>42476623 #>>42477360 #>>42478051 #>>42478440 #>>42478560 #>>42478707 #>>42479358 #>>42479797 #
jokoon ◴[] No.42478440[source]
What is formally verified C? Why isn't there more of it?
replies(1): >>42478626 #
1. PhilipRoman ◴[] No.42478626[source]
Because it takes a lot of effort. Google Frama-C. On the flip side, it can express not just memory safety constraints, but also correctness proofs.

In this case it's not about Frama-C or similar tools though, see your sibling comments about the caveats.

replies(1): >>42478689 #
2. zozbot234 ◴[] No.42478689[source]
Arguably, generating verified C from a low-level focused subset of F* (Low*, used in the HACL project) is close enough to count as a "similar tool".