This website works better with JavaScript
Home
Explore
Help
Register
Sign In
david
/
greatbridf_os
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
dbda9e3578
Branches
Tags
busybox-sh
master
greatbridf_os
/
user-space-program
/
priv-test.c
priv-test.c
85 B
History
Raw
1
2
3
4
5
int main(void) {
int* ptr = (int*)0x10000;
*ptr = 0x114514;
return -1;
}