Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAndroid 8.0 Oreo: Untouched base.apk #7
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sweisgerber-dev commentedOct 11, 2017
•
edited
ARTist's injection only works when replacing the original
/data/app/<package>/base.apk
with the injected and signed base.apk..Affected Projects
The only log message indicating the problem is: zygote64: expected 1 dex files but found 2
Then the compiled oat fiel is thrown away and the original non-injected app is executed
Context Logs
Error Research
Log(Fatal)
terminates here:Ideas
Experiments with rewriting the dexfile count have been done here:
Project-ARTist/art@e3b1e22 via:
w/o success. Injected apps didn't even log an error, before ARTist's compiled oat file was thrown away.