How hard would it be to pass arguments to the tested program, letting main() do its job with argc and argv? I imagine that getting those values in the interpreter and passing to the function is simple because lli also supports it, but I wonder if there would be any implications to the verification?
How hard would it be to pass arguments to the tested program, letting
main()do its job withargcandargv? I imagine that getting those values in the interpreter and passing to the function is simple becausellialso supports it, but I wonder if there would be any implications to the verification?