mplus icon indicating copy to clipboard operation
mplus copied to clipboard

doesn't do things ;)

Open simonbuehler opened this issue 6 years ago • 1 comments

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

SetMethod(0x988A38, 'PtcLoginState$$EnterState')
SetMethod(0x988AA8, 'PtcLoginState$$ExitState')
SetMethod(0x98881C, 'PtcLoginState$$SubmitLogin')
SetMethod(0x987C3C, 'PtcLoginState$$AuthFailed')
SetMethod(0x988B94, 'PtcLoginState$$ClickRegister')

Do you have any idea whats wrong here?

greets

simonbuehler avatar Feb 14 '19 14:02 simonbuehler

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

iddoeldor avatar Mar 18 '19 17:03 iddoeldor