This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
david
/
greatbridf_os
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
busybox-sh
Ramos
Etiquetas
busybox-sh
master
greatbridf_os
/
user-space-program
/
priv-test.c
priv-test.c
85 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
int main(void) {
int* ptr = (int*)0x10000;
*ptr = 0x114514;
return -1;
}