Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't do things ;) #1

Open
simonbuehler opened this issue Feb 14, 2019 · 1 comment
Open

doesn't do things ;) #1

simonbuehler opened this issue Feb 14, 2019 · 1 comment
Labels
good first issue Good for newcomers

Comments

@simonbuehler
Copy link

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
Copy link
Owner

iddoeldor commented Mar 18, 2019

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 iddoeldor added the good first issue Good for newcomers label Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants