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 8107f65 + 549e662 commit da8dd1fCopy full SHA for da8dd1f
1 file changed
lab5/antiasan.c
@@ -1,6 +1,6 @@
1
#include <string.h>
2
+#include <sanitizer/asan_interface.h>
3
-void antiasan(unsigned long addr)
4
-{
5
-
+void antiasan(unsigned long addr) {
+ __asan_unpoison_memory_region((void *)addr, 0x100);
6
}
0 commit comments