Android Hackers HANDBOOK Chap 2


SUBMITTED BY: blackman

DATE: Aug. 19, 2021, 6:16 p.m.

FORMAT: Text only

SIZE: 1.2 kB

HITS: 551

  1. Summary Of Chapter 2 (Android Security Design and Architecture)
  2. This chapter gave an overview of the security design and architecture of Android.
  3. We introduced the Android sandbox and the permissions models used by
  4. Android. This included Android’s special implementation of Unix UID/GID
  5. mappings (AIDs), as well as the restrictions and capabilities enforced throughout the system.
  6. We also covered the logical layers of Android, including applications, the
  7. Android Framework, the DalvikVM, user-space native code, and the Linux
  8. kernel. For each of these layers, we discussed key components, especially those
  9. that are security related. We highlighted important additions and modifications
  10. that the Android developers made to the Linux kernel.
  11. This fairly high-level coverage of Android’s overall design helps frame the
  12. remaining chapters, which dive even further into the components and layers
  13. introduced in this chapter.
  14. The next chapter explains the how and why of taking full control of your
  15. Android device. It discusses several generic methods for doing so as well as
  16. some past techniques that rely on specific c vulnerabilities.

comments powered by Disqus