add parameter names

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-15 09:10:24 +01:00
parent 6d77df2b79
commit b47c9dd666
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 37 additions and 4 deletions

View file

@ -21,6 +21,7 @@ with z.ZipFile(APK_NAME) as zipf:
apk = Apk()
apk.add_dex_file(dex)
exit()
clazz_id = IdType("Lcom/example/testapplication/ui/home/HomeViewModel;")
proto_id = IdMethodType(IdType("Ljava/lang/String;"), [])