dexcalibur icon indicating copy to clipboard operation
dexcalibur copied to clipboard

question: how to log the execution of a method in the console?

Open monperrus opened this issue 4 years ago • 1 comments

Thanks to https://github.com/FrenchYeti/dexcalibur/issues/22#issuecomment-603436528, I can now create a hook for a method:

> var  meth = Project.find.method("enclosingClass.name:TelephonyManager").get(7)
> var  hook = Project.hook.probe(meth);

However, when I run the application, I don't see anything in the log regarding the execution of this method.

how to log the execution of a method in the console?

Thanks!

monperrus avatar Mar 27 '20 20:03 monperrus

ping?

monperrus avatar Apr 08 '20 19:04 monperrus