Skip to content

Commit

Permalink
Fix Some Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Dec 9, 2023
1 parent f7d3af4 commit 8e43dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ def undtb(project, infile):
rmdire(dtbdir)
if not os.path.exists(dtbdir):
os.makedirs(dtbdir)
extract_dtb.extract_dtb.split(Namespace(filename=infile, output_dir=dtbdir + os.sep + "dtb_files"))
extract_dtb.extract_dtb.split(Namespace(filename=infile, output_dir=dtbdir + os.sep + "dtb_files", extract=1))
yecho("正在反编译dtb...")
for i in track(os.listdir(dtbdir + os.sep + "dtb_files")):
if i.endswith('.dtb'):
Expand Down

0 comments on commit 8e43dba

Please sign in to comment.