You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are (at RedHat) developing a tool for running dynamic analysis on RPM packages fully automatically. For this purpose, we want to use the open-source tools like Divine, Symbiotic, CBMC, Valgrind and others.
Because the "size" of the verified model is often too large, cbmc is running for too long (or forever). We would appreciate if CBMC had an option to enter specific input arguments for verified programs e.g. cbmc print.c --argv 'Hello world'. It would simplify the verification process a lot.
Do you plan to add such an option to CBMC in the near future?