Skip to content

Commit

Permalink
Update risks/MASVS-STORAGE/1-store-sensitive-data-securely/data-unenc…
Browse files Browse the repository at this point in the history
…rypted-external/android-data-unencrypted-external-frida/test.md

Co-authored-by: Carlos Holguera <[email protected]>
  • Loading branch information
serek8 and cpholguera authored May 6, 2024
1 parent 0bc19a7 commit af50568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: [dynamic]

## Overview

Android apps utilize a variety of APIs to obtain a file path and save a file. Collecting a comprehensive list of these APIs can be challenging, especially when an app employs a third-party framework, loads code at runtime, or incorporates native code. Therefore, dynamic testing might be the most effective approach to find writing to the external storage.
Android apps use a variety of APIs to obtain a file path and store a file. Collecting a comprehensive list of these APIs can be challenging, especially if an app uses a third-party framework, loads code at runtime, or includes native code. The most effective approach to testing applications that write to device memory is usually dynamic analysis, and specifically method tracing.

## Steps

Expand Down

0 comments on commit af50568

Please sign in to comment.