Skip to content

Commit a0e2536

Browse files
authored
Update antiasan.c
1 parent a329186 commit a0e2536

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lab5/antiasan.c

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// TODO:
2+
#include <stddef.h>
3+
#include <stdint.h>
4+
25
void antiasan(unsigned long addr)
36
{
4-
7+
*(volatile char *)(addr >> 3 + 0x7fff8000) = 0;
58
}

0 commit comments

Comments
 (0)