Skip to content

Commit

Permalink
Updated executable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenc authored Dec 7, 2020
1 parent d2f3917 commit 5f5aaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmc-tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def b_flush(self):
return True

if __name__ == "__main__":
prs = argparse.ArgumentParser(description="RDP Bitmap Cache parser (v. 2.00, 04/12/2020)")
prs = argparse.ArgumentParser(description="RDP Bitmap Cache parser (v. 2.01, 2020/12/07)")
prs.add_argument("-s", "--src", help="Specify the BMCache file or directory to process.", required=True)
prs.add_argument("-d", "--dest", help="Specify the directory where to store the extracted bitmaps.", required=True)
prs.add_argument("-c", "--count", help="Only extract the given number of bitmaps.", type=int, default=-1)
Expand Down

0 comments on commit 5f5aaa3

Please sign in to comment.