Skip to content
Snippets Groups Projects
Commit 2ac1655d authored by Edvin Åkerfeldt's avatar Edvin Åkerfeldt
Browse files

cargo_klee_examples/examples/get_sign.rs, Answer to review -> Updated answers for C

parent 7f94dad7
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,7 @@ The path with a negative number. ...@@ -106,6 +106,7 @@ The path with a negative number.
// [your answer here] // [your answer here]
/* /*
The lib_klee_analysis.rs module. The lib_klee_analysis.rs module.
It also uses the ll module for low level bindings.
*/ */
// //
// Have a look at the source code of `cargo klee`. // Have a look at the source code of `cargo klee`.
...@@ -118,6 +119,9 @@ The lib_klee_analysis.rs module. ...@@ -118,6 +119,9 @@ The lib_klee_analysis.rs module.
/* /*
The program simply looks for the file that was the last to be modified The program simply looks for the file that was the last to be modified
See: https://gitlab.henriktjader.com/pln/cargo-klee/-/blob/master/cargo-klee/src/main.rs#L211 See: https://gitlab.henriktjader.com/pln/cargo-klee/-/blob/master/cargo-klee/src/main.rs#L211
One can further notice that it starts the search for *.ll file from the parent directory to the example file (--> this file <--).
The parent folder is found by quering the cargo project.
*/ */
// //
// Actually this is one of the "bad seeds" in the internal design. // Actually this is one of the "bad seeds" in the internal design.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment