-
Notifications
You must be signed in to change notification settings - Fork 372
androproto not working #15
Comments
Hi, 2012/12/18 eonghk [email protected]
|
Thank you for your reply! The problem is in analyse_bb function:
Actually there is no "invoke-virtual" as the androguard doesn't resolve the vtable part. The instruction looks like this: |
Yes, Androguard is unfortunately not very documented, but i'm pretty sure 2012/12/18 eonghk [email protected]
|
Thank you. Are you going to add the check-in code? I saw that you already added the proto. |
Actually it is not commited into the master branch, the #10 pull request is 2012/12/18 eonghk [email protected]
|
I did some tests and I can confirm it's working. I register a new gmail account and I tried to use the account to do something. Before activating this account on my android device or "checkin-in", the account doesn't work. After "check-in", everything works fine. You may check the "auth" response from Google. Before "check-in", there is no "android" in the "service" section even you activate the "google play" through the web. |
What kind of operation did you try before "checking in" your account ? Can 2012/12/18 eonghk [email protected]
|
I tried to use the account to submit a review for an app. |
And the device also doesn't appear under my account in Google Play. But it doesn't affect the functions except pushing an app to your non-exist device. XD |
Hi,
Thank you for developing such an awesome tool!
I'm trying to use your androproto to extract the proto in the GoogleServiceFramework.odex(4.1 version) but androguard seems not be able to solve the "invoke-virtual-quick/vtable" bytecode, then it can't find the "read/set" pair. Any idea?
Regards,
Eong
The text was updated successfully, but these errors were encountered: