objection icon indicating copy to clipboard operation
objection copied to clipboard

TypeError: cannot read property 'overloads' of undefined

Open flamecopper opened this issue 2 years ago • 4 comments

A Frida agent exception has occurred. TypeError: cannot read property 'overloads' of undefined at (/script1.js:18754) at forEach (native) at (/script1.js:18769) at (/script1.js:19157) at (frida/node_modules/frida-java-bridge/lib/vm.js:12) at perform (frida/node_modules/frida-java-bridge/index.js:205) at (/script1.js:19162) at Promise (native) at wrapJavaPerform (/script1.js:19163) at (/script1.js:18772) at androidHookingWatchClass (/script1.js:22613) at apply (native) at (frida/runtime/message-dispatcher.js:13) at c (frida/runtime/message-dispatcher.js:23)

This happens when I was trying to watch for the activities.

android hooking watch class com.xxx.MainActivity

flamecopper avatar Mar 22 '23 03:03 flamecopper

same problem! it seems like there are some overide motherd exist

ray-yuruisoft avatar Dec 25 '23 13:12 ray-yuruisoft

same problem! is there any solution? :D

sangcx5 avatar Jul 11 '24 08:07 sangcx5

Please run objection with the debug flag -d and provide the error output from that.

IPMegladon avatar Jul 13 '24 12:07 IPMegladon