WIP: fix data size
This commit is contained in:
parent
93f70040fd
commit
d8a4727d59
3 changed files with 27 additions and 4 deletions
2
test.py
2
test.py
|
|
@ -30,7 +30,7 @@ clazz = apk.classes[clazz_id]
|
|||
method = clazz.virtual_methods[method_id]
|
||||
code = method.code
|
||||
|
||||
logging.getLogger().setLevel(logging.ERROR)
|
||||
logging.getLogger().setLevel(logging.WARNING)
|
||||
|
||||
print(f"[+] Code of {method_id} ")
|
||||
for i in code.insns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue