This commit is contained in:
parent
071a82ea56
commit
37f8298cb7
2 changed files with 508 additions and 20 deletions
|
|
@ -99,6 +99,7 @@ In reality, the #platc are loaded by `bootClassLoader` and the classes from the
|
|||
while file_exists_in_apk(dex_file) and \
|
||||
not class_found_in_dex_file(class_name, dex_file):
|
||||
index += 1
|
||||
dex_file = get_mutli_dex_classses_dex_name(index)
|
||||
if file_exists_in_apk(dex_file):
|
||||
return load_from_file(dex_file, class_name)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue