We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a329186 commit a0e2536Copy full SHA for a0e2536
lab5/antiasan.c
@@ -1,5 +1,8 @@
1
// TODO:
2
+#include <stddef.h>
3
+#include <stdint.h>
4
+
5
void antiasan(unsigned long addr)
6
{
-
7
+ *(volatile char *)(addr >> 3 + 0x7fff8000) = 0;
8
}
0 commit comments