Open Access. Powered by Scholars. Published by Universities.®

Physics Commons

Open Access. Powered by Scholars. Published by Universities.®

Optics

Theses and Dissertations

2018

Android

Articles 1 - 1 of 1

Full-Text Articles in Physics

Automating Mobile Device File Format Analysis, Richard A. Dill Aug 2018

Automating Mobile Device File Format Analysis, Richard A. Dill

Theses and Dissertations

Forensic tools assist examiners in extracting evidence from application files from mobile devices. If the file format for the file of interest is known, this process is straightforward, otherwise it requires the examiner to manually reverse engineer the data structures resident in the file. This research presents the Automated Data Structure Slayer (ADSS), which automates the process to reverse engineer unknown file for- mats of Android applications. After statically parsing and preparing an application, ADSS dynamically runs it, injecting hooks at selected methods to uncover the data structures used to store and process data before writing to media. The resultant …