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
In this lab, you will write a function antoasan to bypass detection of ASan in `antiasan.c`.
6
+
7
+
## Preparation (Important!!!)
8
+
9
+
1. Sync fork your branch (e.g., `SQLab:311XXXXXX`)
10
+
2.`git checkout -b lab5` (**NOT** your student ID !!!)
11
+
12
+
## Requirement
13
+
14
+
1. (100%) write a function antoasan to bypass detection of ASan in `antiasan.c`.
15
+
You can run `validate.sh` in your local to test if you satisfy the requirements.
16
+
17
+
Please note that you must not alter files other than `antiasan.c`. You will get 0 points if
18
+
19
+
1. you modify other files to achieve requirements.
20
+
2. you can't pass all CI on your PR.
21
+
22
+
## Submission
23
+
24
+
You need to open a pull request to your branch (e.g. 311XXXXXX, your student number) and contain the code that satisfies the abovementioned requirements.
25
+
26
+
Moreover, please submit the URL of your PR to E3. Your submission will only be accepted when you present at both places.
if [[ $file!="bss_overflow.c"&&$file!="antiasan.c"&&$file!="antiasan.h"&&$file!="Makefile"&&$file!="README.md"&&$file!="validate.sh"&&$file!="ans" ]];then
0 commit comments