add method ids to generated dex

This commit is contained in:
Jean-Marie Mineau 2023-12-04 14:09:19 +01:00
parent da47521993
commit 67f47a332e
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
11 changed files with 297 additions and 37 deletions

View file

@ -2,7 +2,7 @@ import logging
FORMAT = "[%(levelname)s] %(name)s %(filename)s:%(lineno)d: %(message)s"
logging.basicConfig(format=FORMAT)
logging.getLogger().setLevel(logging.INFO)
logging.getLogger().setLevel(logging.DEBUG)
import androscalpel as asc
import zipfile as z