AcademicPapersAndPresentations » History » Version 2
Denis 'GNUtoo' Carikli, 07/22/2020 11:45 PM
Move Security Analysis of Android Factory Resets here
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. AcademicPapers |
|---|---|---|---|
| 2 | |||
| 3 | h2. Forensics acquisition - Analysis and circumvention of samsung secure boot enforced common criteria mode |
||
| 4 | |||
| 5 | Name: Forensics acquisition - Analysis and circumvention of samsung secure boot enforced common criteria mode |
||
| 6 | Link: https://www.sciencedirect.com/science/article/pii/S1742287618300409 |
||
| 7 | License: CC BY-NC-ND |
||
| 8 | |||
| 9 | h3. Description: |
||
| 10 | |||
| 11 | While this paper directly applies to the Galaxy S6 (SM-G920F) and the Galaxy S7 Edge (SM-G935F) witch uses Exynos System On a Chip, some of its findings seem to be directly applicable to the devices supported by Replicant. |
||
| 12 | |||
| 13 | The most interesting part is the analysis of some of the bootloader environment variables: |
||
| 14 | * It analyzes some variables that accessible through the UART. We already have "documentation explained how to access such variables":https://redmine.replicant.us/projects/replicant/wiki/MidasBootloader#Changing-the-kernel-commandline-arguments but many variables aren't documented in the Replicant documentation. |
||
| 15 | * It also analyzed some variables present in the adv-env.img file inside the PARAM tarball filesystem. That information has already been used in the #2094 bug. |
||
| 16 | 2 | Denis 'GNUtoo' Carikli | |
| 17 | h2. Security Analysis of Android Factory Resets |
||
| 18 | |||
| 19 | Name: Security Analysis of Android Factory Resets |
||
| 20 | Link: https://www.cl.cam.ac.uk/~rja14/Papers/fr_most15.pdf |