scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
150 stars 97 forks source link

Provide proper structure to project #25

Closed shivanshuraj1333 closed 4 years ago

shivanshuraj1333 commented 4 years ago

It is required to remove redundant files and move some files from the root directory to their respective folders. For e.g. binary files like adb, fastboot and nc along with busybox.apk and AndroidXtract.sh are useful to root an android device but are not directly involved in the project itself. Hence, it is required to store such files in ExtraResources folder, A developer may utilize these files to initially start with the project.

shivanshuraj1333 commented 4 years ago

The issue is resolved, closing it now.