Hello everybody!

I need your help, please.  Boss wants me to create an Android App for
preventing all malware, known and unknown, from actually executing.
So this is what I think I must do, but could you please validate?
Thank you!:---

1.     I must create a rules set of acceptable function call flows
which every App must conform to.  Any App that starts executing a
strange function call sequence is considered malware and gets killed.
Can I create this rule set with the on-device SQLite RDB?

2.     I must create a service component running in the background.
This must periodically poll every running App and compare its function
call flow against my rule set RDB.

3.     Can I achieve all this with just the Android SDK?  Or will I
have to use the Android NDK as well?  I don't want to use the NDK
unless I have to.

4.     I went through the very helpful tutorial "Understanding
Android's Security Framework" by William Enck and Patrick McDaniel.
Is this a new Framework introduced into the Android Libraries layer?

5.     Any good book I could buy to guide me through all this?

Thank you very much.

Fal

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to