Skip to content

Instantly share code, notes, and snippets.

@benbek
benbek / replace-classes-in-apk.sh
Last active January 29, 2019 15:08 — forked from sebfisch/replace-classes-in-apk.sh
Replaces classes in Android Package Files
#!/bin/sh
# Replaces classes in Android Package Files
# (c) Sebastian Fischer, CC-BY
# Enhanced by Ben Bek
# Can be used to rebuild an App with a modified version of a used library.
exists()
{