This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
david
/
greatbridf_os
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
busybox-sh
Ramuri
Etichete
busybox-sh
master
greatbridf_os
/
user-space-program
/
priv-test.c
priv-test.c
85 B
Permalink
Istoric
Crud
1
2
3
4
5
int main(void) {
int* ptr = (int*)0x10000;
*ptr = 0x114514;
return -1;
}