Skip to content

Commit f3019d2

Browse files
committed
update
1 parent f1ff630 commit f3019d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

recons/manifest_analysis.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ def man_analyzer(apk_name):
317317
os.system('rm AndroidManifest.xml')
318318
man_scanner()
319319

320+
elif os.path.exists('Bytecode') and os.path.isdir("Extracts"):
321+
os.system('cp Bytecode/AndroidManifest.xml ../Manifest.xml')
322+
man_scanner()
323+
320324
elif os.path.abspath(apk_name).lower().endswith('.apk'):
321325
with zipfile.ZipFile(apk_name, 'r') as z:
322326
for name in z.namelist():

0 commit comments

Comments
 (0)