Skip to content

Instantly share code, notes, and snippets.

View JonasVautherin's full-sized avatar

Jonas Vautherin JonasVautherin

  • Switzerland
  • 06:31 (UTC +02:00)
View GitHub Profile
@JonasVautherin
JonasVautherin / replace-classes-in-apk.sh
Created April 26, 2023 16:16 — forked from sebfisch/replace-classes-in-apk.sh
Replaces classes in Android Package Files
#!/bin/bash
# Replaces classes in Android Package Files
# (c) Sebastian Fischer, CC-BY
# Can be used to rebuild an App with a modified version of a used library,
# as required for closed works that link to an LGPL library.
# Depends on: https://code.google.com/p/dex2jar/