You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried your stuff with pokemongo but it just launches the app (after adding a "db" directory under _handler_/com.nianticlabs.pokemongo.
i set intercept({ className: "PtcLoginState", methodName: "SubmitLogin" }); in the intercept file but it just shows "..." and cant be terminated.
Shouldn't it show some Methods in a file ?
I extracted some descriptions via Il2CppDumper and try to get a hook on the username/pass in Submitlogin
Please attach metadata.json intercept({ className: "PtcLoginState", methodName: "SubmitLogin" }); should log each time SubmitLogin is invoked with the arguments.
Sorry for the delay, it's an unmaintained side project
hi,
tried your stuff with pokemongo but it just launches the app (after adding a "db" directory under
_handler_/com.nianticlabs.pokemongo
.i set
intercept({ className: "PtcLoginState", methodName: "SubmitLogin" });
in the intercept file but it just shows "..." and cant be terminated.Shouldn't it show some Methods in a file ?
I extracted some descriptions via Il2CppDumper and try to get a hook on the username/pass in Submitlogin
Do you have any idea whats wrong here?
greets
The text was updated successfully, but these errors were encountered: