In this lab, you will write a function to bypass the detection of ASan in antiasan.c.
- (100%) Write a function antoasan to bypass the detection of ASan in
antiasan.c. You can runvalidate.shin your local environment to test if you satisfy the requirements.
Please note that you must not alter files other than antiasan.c, antiasan.h. You will get 0 points if
- You modify other files to achieve the requirements.
- You can't pass all CI on your PR.
- You use
__asan_unpoison_memory_regionfunction.
You need to commit and push the corresponding changes to your repository, which contains the code that satisfies the aforementioned requirements.