idanr1986 / droidmon

Dalvik Monitoring Framework for CuckooDroid
Other
91 stars 49 forks source link

Question about isFirstApplication #8

Open mingwayzhang opened 8 years ago

mingwayzhang commented 8 years ago

Hi @idanr1986,

I have question about isFirstApplication. I can see you code that you have isFirstApplication checked to hook only the first apk. So, what if an apk install a new apk and show a different packagename. So you don't care about them? Let me know. Thanks.

idanr1986 commented 8 years ago

i think its a good point ill add it to my backlog

mingwayzhang commented 8 years ago

Looks like that's not what isFirstApplication means. I try to use one app to launch another one. Both apps are hooked. In case if you know more, could you let me know what this field means? I suspect it is related with dynamically loaded dex?