This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
david
/
greatbridf_os
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
busybox-sh
Branches
Tags
busybox-sh
master
greatbridf_os
/
user-space-program
/
priv-test.c
priv-test.c
85 B
Lien permanent
Historique
Raw
1
2
3
4
5
int main(void) {
int* ptr = (int*)0x10000;
*ptr = 0x114514;
return -1;
}