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
Copy file name to clipboardExpand all lines: Lab6/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,20 @@ Your grade will be based on the following criteria:
24
24
1.**(55%) Correctness**:
25
25
* (20%) Your generated `1.txt` passes the check from `./validate.sh 1`.
26
26
* (35%) Your generated `2.txt` passes the check from `./validate.sh 2`.
27
-
2.**(15%)** You take use of **symbolic execution** to solve the problem.
27
+
2.**(15%)** You utilize symbolic execution to solve the problem.
28
28
2.**(30%) Solution Report**:
29
29
* You must submit a report named `{student_id}_solution.pdf` (e.g., `314551001_solution.pdf`).
30
30
* This report should clearly explain your methodology, the challenges you encountered, and how you solved them. If you used `angr`, describe the features you used.
31
-
31
+
* Elapsed time your solution took to run.
32
+
32
33
### Bonus
33
34
34
-
1.**(10%)**: Your solution report is well-organized, easy to read, and includes clear code snippets with syntax highlighting.
35
-
2.**(20%)**: You use **angr** to solve the problem within 10 minutes. DEMO REQUIRED.
35
+
1.**(10%)** Your solution report is well-organized, easy to read, and includes clear code snippets with syntax highlighting.
36
+
2.**(20%)** You use **angr** to solve the problem within 10 minutes. DEMO REQUIRED.
37
+
3. If you find more than two answers, please contact the TA via email, and you will receive some bonus rewards.
36
38
37
39
You will get 0 points if
38
-
1. You modify any other files (`Makefile`, `validate.sh`, etc.) or patch the binary (`chal`) to simplify the challenge.
40
+
1. You modify any other files (e.g., Makefile, validate.sh) or patch the binary (`chal`) to simplify the challenge.
0 commit comments