Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete hook for java.lang.reflection.Method->invoke #7

Open
melonaerial opened this issue Jun 10, 2016 · 2 comments
Open

Delete hook for java.lang.reflection.Method->invoke #7

melonaerial opened this issue Jun 10, 2016 · 2 comments

Comments

@melonaerial
Copy link

Hello.
I've found some not good behaviour when hook java.lang.reflection.Method->invoke is activated.
So I think better to see my conversation with author of Xposed Framework here rovo89/XposedBridge#106 . So, I don't think is hook is really needed, case what we are looking for with Droidmon is calls of Andorid API and there is no difference for us was call from Java reflection API or not. We just can don't care. Because setting that hook will be really problematic for Xposed Framework and I think it is better to delete that hook from hooks.json file and write some comment for it, in case somebody set it.

@mingwayzhang
Copy link

@melonaerial I think you should know what you are doing. Many malware use reflection to invoke sensitive API. Eliminating this hook will make lots of behaviors invisible...

@idanr1986
Copy link
Owner

i agree this hook give good insight in case of obfuscation using reflection, if someone doesn't need it he can remove it form the hooks file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants