add string to generated dex

This commit is contained in:
Jean-Marie Mineau 2023-12-01 11:23:59 +01:00
parent 2ed4acc71c
commit df9149c068
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
8 changed files with 92 additions and 28 deletions

View file

@ -17,3 +17,5 @@ with z.ZipFile(APK_NAME) as zipf:
apk = asc.Apk()
apk.add_dex_file(dex)
dex_raw = apk.gen_raw_dex()