Skip to content
Snippets Groups Projects
Commit 7c3fe0eb authored by Ruben Asplund's avatar Ruben Asplund
Browse files

get_sign.rs done

parent 81174463
Branches
No related tags found
No related merge requests found
...@@ -108,14 +108,14 @@ mod ll { ...@@ -108,14 +108,14 @@ mod ll {
// //
// What was the generated hash. // What was the generated hash.
// //
// [your answer here] // [get_sign-85c57be6132dac1d.ll]
// //
// B) Inspecting the test cases. // B) Inspecting the test cases.
// //
// Figure out to run `ktest-tool` on the generated test cases. // Figure out to run `ktest-tool` on the generated test cases.
// (Hint, it is just a matter of paths.) // (Hint, it is just a matter of paths.)
// //
// [your answer here] // [ ktest-tool examples/klee-out-0/test000001.ktest]
// //
// C) Replaying your test cases. // C) Replaying your test cases.
// //
...@@ -135,7 +135,7 @@ mod ll { ...@@ -135,7 +135,7 @@ mod ll {
// //
// > ls *.o // > ls *.o
// //
// [your answer here] // [get_sign-85c57be6132dac1d.o]
// //
// Now we need to link it with the `libkleeRuntest`. // Now we need to link it with the `libkleeRuntest`.
// //
...@@ -153,15 +153,15 @@ mod ll { ...@@ -153,15 +153,15 @@ mod ll {
// //
// Now run the code in the debugger. What path was triggered. // Now run the code in the debugger. What path was triggered.
// //
// [your answer here] // [return -1;]
// //
// Change to test000002, what path does it trigger. // Change to test000002, what path does it trigger.
// //
// [your answer here] // [return 1;]
// //
// And finally change to test000003, what path was triggered. // And finally change to test000003, what path was triggered.
// //
// [your answer here] // [return 0;]
// //
// D) Remarks and conclusions. // D) Remarks and conclusions.
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment