Join Slack
Powered by
val entry = ZipFile(app.packageCodePath).getEntry(...
# android
j
Jvidal
05/24/2021, 1:43 PM
val entry = ZipFile(app.packageCodePath).getEntry("classes.dex") val classesCrc = Long.toHexString(entry.crc)
😶 3
3
Views
Open in Slack
Previous
Next