iddoeldor / mplus

Intercept android apps based on unity3d (Mono) using Frida
MIT License
47 stars 15 forks source link

doesn't do things ;) #1

Open simonbuehler opened 5 years ago

simonbuehler commented 5 years ago

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

iddoeldor commented 5 years ago

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