├── Android.mk ├── README.md ├── check_keyring.c ├── keyutils.h └── rootz.c /Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nardholio/cve-2016-0728/HEAD/Android.mk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # cve-2016-0728 2 | 3 | Exploit and checker 4 | -------------------------------------------------------------------------------- /check_keyring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nardholio/cve-2016-0728/HEAD/check_keyring.c -------------------------------------------------------------------------------- /keyutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nardholio/cve-2016-0728/HEAD/keyutils.h -------------------------------------------------------------------------------- /rootz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nardholio/cve-2016-0728/HEAD/rootz.c --------------------------------------------------------------------------------