Closed LehtiniemiJ closed 5 years ago
This error happened because MobSF utility named Datapusher was not able to create a tar file of application assets inside the device. Do you have a configuration that allows root to any requests + read write access on the device?
If i understood you correctly you were asking about my default access on root and its set as 'Grant'. Also it also seems like the .tar is on the device;
1|root@hammerhead:/data/local # ls -la
-rwxrwxrwx root root 161792 2019-07-31 03:54 com.name.pmr.application.tar
next step was to test if i'd be able to pull the file manually from the device, which i was not. workaround was to relocate .tar to /sdcard/name/name.tar and pull it from there. I was able to get some kind of report by renaming logcat.txt to x_logcat.txt
This is still a dirty hack and analysis doesn't work properly do you have any recommendations how should i continue working on the issue?
We rewrote our dynamic analyzer. it will be merged to master soon. But currently available in branch geny
. Feel free to comment if you are still having issues with the new dynamic analysis module.
@ajinabraham By when we expect updated Dynamic Analyzer module to master branch, I am also facing the same issue while generation report at the time of dynamic analysis.
Your early response would be appreciated !!
Thanks
The new dynamic analyser is available in geny
branch. We are finishing up our testing before merging to master
Thanks @ajinabraham , But I do testing on real device and geny branch is not compatible with real device,if it compatible kindly suggest changes that required to do it work on real device,Thanks
We are planning to stop supporting real device officially, the reason being different device environments are difficult to troubleshoot and test when things go wrong. We will be only supporting Genymotion x86 devices for now and ARM emulator in future. But dynamic analyzer is designed in such a way to support any android runtime environment. It may require some hacks or modifications to make a device work.
ENVIRONMENT
EXPLANATION OF THE ISSUE
STEPS TO REPRODUCE THE ISSUE
LOG FILE