├── README.md ├── auth ├── libs.md └── official.md ├── boot ├── boot_process.md ├── bootloader.md └── verified_boot.md ├── changes ├── 17-J-4.2.md ├── 21_L_5.md ├── 23_M_6.md ├── 24-N-7.md ├── 26-O-8.md ├── 28-P-9.md ├── 29-Q-10.md ├── 30-R-11.md ├── 31-S-12.md ├── links.md └── play_services.md ├── crypto ├── goto.md └── learning_resources.md ├── dev_machine └── config.md ├── drm └── links.md ├── execution ├── memory.md ├── sandbox-misc.md └── sandbox-privacy.md ├── framework ├── accountmanager.md ├── biometric │ ├── biometric_auth.md │ └── fingerprint.md ├── cipher.md ├── jetpack.md ├── key_attestation.md ├── keychain.md ├── keystore.md ├── play_integrity_api.md ├── safetynet.md ├── securerandom.md └── time.md ├── hardware ├── HCE.md ├── SE.md ├── SOCs.md ├── TEE │ ├── TEE.md │ ├── TRUSTZONE EMBEDDED WHITEPAPER.pdf │ └── protection_rings.md ├── fingerprint.md ├── gatekeeper.md ├── keymaster.md ├── keystore.md └── rings.md ├── install ├── integrity.md └── unknown_sources.md ├── ipc ├── system_ipc.md └── trusted_ipc.md ├── kernel └── links.md ├── libs ├── api_lockdown.md ├── crypto.md ├── fingerprint.md ├── https.md └── persistence.md ├── links ├── android_sec_guides.md ├── app_sec_links.md ├── books.md ├── challenges.md ├── conf_sec.md ├── courses.md ├── groups.md ├── lang_sec_links.md ├── misc.md ├── mobile_sec.md ├── official_android_google_links.md ├── os_sec_links.md ├── prog_sec.md └── web_sec_links.md ├── mdm └── providers.md ├── ndk └── notes.md ├── network ├── https.md └── tls_cert_pinning.md ├── oem └── samsung.md ├── patches ├── monthly.md └── oem_support.png ├── patching └── patches.md ├── permissions ├── custom_permissions.md ├── framework_perms.md ├── kernel_perms.md ├── overview.md ├── package_manager_perms.md └── users.md ├── privacy ├── browsing.md └── idents.md ├── providers ├── alt_security_libs.md └── platform_security_providers.md ├── root ├── checking.md ├── exploits.md ├── hiding.md ├── links.md └── overview.md ├── signing └── apk.md ├── storage └── encryption.md ├── surveillance └── general_surveillance.md ├── tools ├── general_tool_links.md ├── hooking_tools.md └── obfuscation_and_hardening.md ├── vulns ├── by_area.md ├── checklist.md ├── exploit_code.md └── resources.md └── work └── android_for_work.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/README.md -------------------------------------------------------------------------------- /auth/libs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/auth/libs.md -------------------------------------------------------------------------------- /auth/official.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/auth/official.md -------------------------------------------------------------------------------- /boot/boot_process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/boot/boot_process.md -------------------------------------------------------------------------------- /boot/bootloader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/boot/bootloader.md -------------------------------------------------------------------------------- /boot/verified_boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/boot/verified_boot.md -------------------------------------------------------------------------------- /changes/17-J-4.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/17-J-4.2.md -------------------------------------------------------------------------------- /changes/21_L_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/21_L_5.md -------------------------------------------------------------------------------- /changes/23_M_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/23_M_6.md -------------------------------------------------------------------------------- /changes/24-N-7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/24-N-7.md -------------------------------------------------------------------------------- /changes/26-O-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/26-O-8.md -------------------------------------------------------------------------------- /changes/28-P-9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/28-P-9.md -------------------------------------------------------------------------------- /changes/29-Q-10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/29-Q-10.md -------------------------------------------------------------------------------- /changes/30-R-11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/30-R-11.md -------------------------------------------------------------------------------- /changes/31-S-12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/31-S-12.md -------------------------------------------------------------------------------- /changes/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/links.md -------------------------------------------------------------------------------- /changes/play_services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/changes/play_services.md -------------------------------------------------------------------------------- /crypto/goto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/crypto/goto.md -------------------------------------------------------------------------------- /crypto/learning_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/crypto/learning_resources.md -------------------------------------------------------------------------------- /dev_machine/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/dev_machine/config.md -------------------------------------------------------------------------------- /drm/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/drm/links.md -------------------------------------------------------------------------------- /execution/memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/execution/memory.md -------------------------------------------------------------------------------- /execution/sandbox-misc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/execution/sandbox-misc.md -------------------------------------------------------------------------------- /execution/sandbox-privacy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/execution/sandbox-privacy.md -------------------------------------------------------------------------------- /framework/accountmanager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/accountmanager.md -------------------------------------------------------------------------------- /framework/biometric/biometric_auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/biometric/biometric_auth.md -------------------------------------------------------------------------------- /framework/biometric/fingerprint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/biometric/fingerprint.md -------------------------------------------------------------------------------- /framework/cipher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/cipher.md -------------------------------------------------------------------------------- /framework/jetpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/jetpack.md -------------------------------------------------------------------------------- /framework/key_attestation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/key_attestation.md -------------------------------------------------------------------------------- /framework/keychain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/keychain.md -------------------------------------------------------------------------------- /framework/keystore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/keystore.md -------------------------------------------------------------------------------- /framework/play_integrity_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/play_integrity_api.md -------------------------------------------------------------------------------- /framework/safetynet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/safetynet.md -------------------------------------------------------------------------------- /framework/securerandom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/securerandom.md -------------------------------------------------------------------------------- /framework/time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/framework/time.md -------------------------------------------------------------------------------- /hardware/HCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/HCE.md -------------------------------------------------------------------------------- /hardware/SE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/SE.md -------------------------------------------------------------------------------- /hardware/SOCs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/SOCs.md -------------------------------------------------------------------------------- /hardware/TEE/TEE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/TEE/TEE.md -------------------------------------------------------------------------------- /hardware/TEE/TRUSTZONE EMBEDDED WHITEPAPER.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/TEE/TRUSTZONE EMBEDDED WHITEPAPER.pdf -------------------------------------------------------------------------------- /hardware/TEE/protection_rings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/TEE/protection_rings.md -------------------------------------------------------------------------------- /hardware/fingerprint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/fingerprint.md -------------------------------------------------------------------------------- /hardware/gatekeeper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/gatekeeper.md -------------------------------------------------------------------------------- /hardware/keymaster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/keymaster.md -------------------------------------------------------------------------------- /hardware/keystore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/keystore.md -------------------------------------------------------------------------------- /hardware/rings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/hardware/rings.md -------------------------------------------------------------------------------- /install/integrity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/install/integrity.md -------------------------------------------------------------------------------- /install/unknown_sources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/install/unknown_sources.md -------------------------------------------------------------------------------- /ipc/system_ipc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/ipc/system_ipc.md -------------------------------------------------------------------------------- /ipc/trusted_ipc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/ipc/trusted_ipc.md -------------------------------------------------------------------------------- /kernel/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/kernel/links.md -------------------------------------------------------------------------------- /libs/api_lockdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/libs/api_lockdown.md -------------------------------------------------------------------------------- /libs/crypto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/libs/crypto.md -------------------------------------------------------------------------------- /libs/fingerprint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/libs/fingerprint.md -------------------------------------------------------------------------------- /libs/https.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/libs/https.md -------------------------------------------------------------------------------- /libs/persistence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/libs/persistence.md -------------------------------------------------------------------------------- /links/android_sec_guides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/android_sec_guides.md -------------------------------------------------------------------------------- /links/app_sec_links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/app_sec_links.md -------------------------------------------------------------------------------- /links/books.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/books.md -------------------------------------------------------------------------------- /links/challenges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/challenges.md -------------------------------------------------------------------------------- /links/conf_sec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/conf_sec.md -------------------------------------------------------------------------------- /links/courses.md: -------------------------------------------------------------------------------- 1 | - [ 0x1A Great Papers in Computer Security](http://www.cs.utexas.edu/~shmat/courses/cs380s/) 2 | -------------------------------------------------------------------------------- /links/groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/groups.md -------------------------------------------------------------------------------- /links/lang_sec_links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/lang_sec_links.md -------------------------------------------------------------------------------- /links/misc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/misc.md -------------------------------------------------------------------------------- /links/mobile_sec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/mobile_sec.md -------------------------------------------------------------------------------- /links/official_android_google_links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/official_android_google_links.md -------------------------------------------------------------------------------- /links/os_sec_links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/os_sec_links.md -------------------------------------------------------------------------------- /links/prog_sec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/prog_sec.md -------------------------------------------------------------------------------- /links/web_sec_links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/links/web_sec_links.md -------------------------------------------------------------------------------- /mdm/providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/mdm/providers.md -------------------------------------------------------------------------------- /ndk/notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/ndk/notes.md -------------------------------------------------------------------------------- /network/https.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/network/https.md -------------------------------------------------------------------------------- /network/tls_cert_pinning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/network/tls_cert_pinning.md -------------------------------------------------------------------------------- /oem/samsung.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/oem/samsung.md -------------------------------------------------------------------------------- /patches/monthly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/patches/monthly.md -------------------------------------------------------------------------------- /patches/oem_support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/patches/oem_support.png -------------------------------------------------------------------------------- /patching/patches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/patching/patches.md -------------------------------------------------------------------------------- /permissions/custom_permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/permissions/custom_permissions.md -------------------------------------------------------------------------------- /permissions/framework_perms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/permissions/framework_perms.md -------------------------------------------------------------------------------- /permissions/kernel_perms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/permissions/kernel_perms.md -------------------------------------------------------------------------------- /permissions/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/permissions/overview.md -------------------------------------------------------------------------------- /permissions/package_manager_perms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/permissions/package_manager_perms.md -------------------------------------------------------------------------------- /permissions/users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/permissions/users.md -------------------------------------------------------------------------------- /privacy/browsing.md: -------------------------------------------------------------------------------- 1 | //TODO VPN and Tor 2 | -------------------------------------------------------------------------------- /privacy/idents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/privacy/idents.md -------------------------------------------------------------------------------- /providers/alt_security_libs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/providers/alt_security_libs.md -------------------------------------------------------------------------------- /providers/platform_security_providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/providers/platform_security_providers.md -------------------------------------------------------------------------------- /root/checking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/root/checking.md -------------------------------------------------------------------------------- /root/exploits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/root/exploits.md -------------------------------------------------------------------------------- /root/hiding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/root/hiding.md -------------------------------------------------------------------------------- /root/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/root/links.md -------------------------------------------------------------------------------- /root/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/root/overview.md -------------------------------------------------------------------------------- /signing/apk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/signing/apk.md -------------------------------------------------------------------------------- /storage/encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/storage/encryption.md -------------------------------------------------------------------------------- /surveillance/general_surveillance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/surveillance/general_surveillance.md -------------------------------------------------------------------------------- /tools/general_tool_links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/tools/general_tool_links.md -------------------------------------------------------------------------------- /tools/hooking_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/tools/hooking_tools.md -------------------------------------------------------------------------------- /tools/obfuscation_and_hardening.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/tools/obfuscation_and_hardening.md -------------------------------------------------------------------------------- /vulns/by_area.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/vulns/by_area.md -------------------------------------------------------------------------------- /vulns/checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/vulns/checklist.md -------------------------------------------------------------------------------- /vulns/exploit_code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/vulns/exploit_code.md -------------------------------------------------------------------------------- /vulns/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/vulns/resources.md -------------------------------------------------------------------------------- /work/android_for_work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doridori/Android-Security-Reference/HEAD/work/android_for_work.md --------------------------------------------------------------------------------