On Fri, Jun 10, 2011 at 12:11 AM, Chris Palmer <[email protected]>wrote:

> But, altering the platform definitely requires altering the platform,
> if you see what I mean. :) There are no existing callouts or hooks or
> events you can handle for Zygote (that I know of).


My only thought is that frameworks/base/preloaded-classes runs class
initializers, so that might let you run some code within the zygote, but
there are checks to make sure threads aren't created if I recall. But yes,
you'll still need root to change that list, at that point, you could just
replace the zygote code. but it probably is less invasive to run on an
arbitrary third party device.

-bri

-- 
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