├── LICENSE ├── README.md ├── assets ├── blackhat_defcon_2021_slides.pdf └── userclients.png └── scripts └── rose_sniff_kernel.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seemoo-lab/apple_u1/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seemoo-lab/apple_u1/HEAD/README.md -------------------------------------------------------------------------------- /assets/blackhat_defcon_2021_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seemoo-lab/apple_u1/HEAD/assets/blackhat_defcon_2021_slides.pdf -------------------------------------------------------------------------------- /assets/userclients.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seemoo-lab/apple_u1/HEAD/assets/userclients.png -------------------------------------------------------------------------------- /scripts/rose_sniff_kernel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seemoo-lab/apple_u1/HEAD/scripts/rose_sniff_kernel.js --------------------------------------------------------------------------------