Projects STRLCPY btcrecover Commits d2aab878
🤬
  • ■ ■ ■ ■ ■
    btcrecover.py
    skipped 31 lines
    32 32   
    33 33  if __name__ == "__main__":
    34 34   
    35  - print("Starting", btcrpass.full_version())
     35 + print("Starting", btcrpass.full_version(),
     36 + file=sys.stderr if any(a.startswith("--listp") for a in sys.argv[1:]) else sys.stdout) # --listpass
    36 37   btcrpass.parse_arguments(sys.argv[1:])
    37 38   (password_found, not_found_msg) = btcrpass.main()
    38 39   
    skipped 19 lines
Please wait...
Page is in error, reload to recover