add string to generated dex
This commit is contained in:
parent
2ed4acc71c
commit
df9149c068
8 changed files with 92 additions and 28 deletions
2
test.py
2
test.py
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue