-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Weird Versions with MobilePass #449
Comments
That's an interesting one indeed, good catch and thanks for reporting it to us! We don't do any parsing on our side, we simply get the android version name and version code from https://github.com/androguard/androguard May be worth creating an issue there if we can reproduce and see what are indeed the |
androguard axml reports
|
The App is protected with dexguard, lots of unreadable nonascii names used and the control flow is also messed up. |
Same problem on name app |
With Safenets Mobile Pass App (securecomputing.devices.android.controller) i think the version parsing is off
It started fine with
8.4.2.24
and then you only get versions like
@7F0C0011 which do not match what is installed.
The recent 8.4.5 isn't shown as "scanned" but also won't show as recent when you ask exodus for a new report.
Do we have a package parsing issue here? The "number" looks more like an offset or memory location of some kind
The text was updated successfully, but these errors were encountered: