Skip to content

Releases: Secret-Rabbit/MCHashExtractorForMCW

1.1: Improved interface

10 May 23:27

Choose a tag to compare

⬆️ Improved interface

  • Added labels for selecting the language and version.
  • Hanged the style of the drop-down menu.
  • Added the ability to turn on/ off the name of the json file.

🔍 Antivirus Detection Notice

Some antivirus programs may flag MCHashExtractor.exe (the --onefile build) as suspicious. This is a false positive caused by PyInstaller's packaging mechanism: the standard bootloader, lack of code signing, and automatic extraction to a temporary folder often trigger heuristic detectors.

✅ The project's source code is fully open. This release also includes MCHashExtractor-Windows_x64.zip, built with pyinstaller --onedir. It contains a dedicated folder with the executable and all dependencies, does not extract to %TEMP% at runtime, and typically triggers fewer false positives. You can verify the files via VirusTotal or build the application yourself from source.

🛡️ If your antivirus blocks execution, add the file to your allowlist/exclusions or use the --onedir version from the archive. I guarantee the safety, transparency, and absence of hidden functionality in this project.

Release 1.0

24 Apr 22:30
3802372

Choose a tag to compare

First public build!

🔍 Antivirus Detection Notice
Some antivirus programs may flag MCHashExtractor.exe (the --onefile build) as suspicious. This is a false positive caused by PyInstaller's packaging mechanism: the standard bootloader, lack of code signing, and automatic extraction to a temporary folder often trigger heuristic detectors.

✅ The project's source code is fully open. This release also includes MCHashExtractor-Windows_x64.zip, built with pyinstaller --onedir. It contains a dedicated folder with the executable and all dependencies, does not extract to %TEMP% at runtime, and typically triggers fewer false positives. You can verify the files via VirusTotal or build the application yourself from source.

🛡️ If your antivirus blocks execution, add the file to your allowlist/exclusions or use the --onedir version from the archive. I guarantee the safety, transparency, and absence of hidden functionality in this project.