kindring 67da75dea5 初次提交 1 月之前
..
HTTPClient_ReadHeader_llhttp_execute.c 67da75dea5 初次提交 1 月之前
HTTPClient_Send_llhttp_execute.c 67da75dea5 初次提交 1 月之前
README.md 67da75dea5 初次提交 1 月之前
callback_stubs.c 67da75dea5 初次提交 1 月之前
get_time_stub.c 67da75dea5 初次提交 1 月之前
httpHeaderStrncpy.c 67da75dea5 初次提交 1 月之前
memmove.c 67da75dea5 初次提交 1 月之前
strncpy.c 67da75dea5 初次提交 1 月之前
transport_interface_stubs.c 67da75dea5 初次提交 1 月之前

README.md

CBMC proof stubs

This directory contains the stubs written for CBMC proofs. It is common to stub out functionality like network send and receive methods when writing a CBMC proof, and the code for these stubs goes here.