add method ids to generated dex
This commit is contained in:
parent
da47521993
commit
67f47a332e
11 changed files with 297 additions and 37 deletions
2
test.py
2
test.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue