@@ -0,0 +1,10 @@
#include <stdint.h>
int main(){
uint8_t* ptr = 0x800000F0;
for(int i = 0; i < 16; i++){
*ptr = i;
ptr++;
}
The note is not visible to the blocked user.