We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 461e1e5 + 9b51beb commit 73e0ce2Copy full SHA for 73e0ce2
lab5/antiasan.c
@@ -1,6 +1,7 @@
1
#include <string.h>
2
+#include <sanitizer/asan_interface.h>
3
4
void antiasan(unsigned long addr)
5
{
-
6
-}
+ __asan_unpoison_memory_region((void *)addr, 0x100);
7
+}
0 commit comments