Releases: Secret-Rabbit/MCHashExtractorForMCW
1.1: Improved interface
⬆️ 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
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.