alibaba / dexposed

dexposed enable 'god' mode for single android application.
4.51k stars 1.07k forks source link

hook Fragment onCreate onDestroy not work #51

Closed hyxbiao closed 8 years ago

hyxbiao commented 8 years ago

DexposedBridge.findAndHookMethod(Fragment.class, "onCreate", Bundle.class, onCreateHook); DexposedBridge.findAndHookMethod(Fragment.class, "onDestroy", onDestroyHook); 不起作用

hyxbiao commented 8 years ago

哦,描述不准确,我有个用于动态加载的dex,dex里包含Fragment并且使用dexposed hook Fragment,在App里采用DexClassLoader加载该dex时,App里Fragment不能被hook到

hyxbiao commented 8 years ago

父ClassLoader的问题,不是bug,已解决