Skip to content

Commit c6b4f45

Browse files
authored
fix: add antiasan.h in README.md
1 parent 6f058de commit c6b4f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lab5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this lab, you will write a function to bypass the detection of ASan in `antia
99
1. (100%) Write a function antoasan to bypass the detection of ASan in `antiasan.c`.
1010
You can run `validate.sh` in your local environment to test if you satisfy the requirements.
1111

12-
Please note that you must not alter files other than `antiasan.c`. You will get 0 points if
12+
Please note that you must not alter files other than `antiasan.c`, `antiasan.h`. You will get 0 points if
1313

1414
1. You modify other files to achieve the requirements.
1515
2. You can't pass all CI on your PR.

0 commit comments

Comments
 (0)