A Qt-based application designed to calculate and verify the CRC checksum of .exe
files. This tool is essential for developers and security enthusiasts who need a quick and reliable way to ensure the integrity of their application files.
- CRC Checksum Calculation: Quickly computes the CRC checksum of
.exe
files. - Clean Interface: Displays results on a clean graphical user interface (GUI).
- Qt-Based: Built with the Qt framework for seamless cross-platform compatibility.
- Setup File Included: A setup file is provided for instant running of the application int the : Crc Checksum Setup
- Qt 5.x or later
- C++ Compiler
- Clone the repository:
git clone https://github.com/yourusername/CRC-Checksum-Calculator.git
- Navigate to the project directory:
cd CRC-Checksum-Calculator
- Open the project in Qt Creator or build it using the command line:
qmake && make
- Run the executable generated after the build.
- Use the file browser to select the .exe file you wish to check.
- The application will calculate and display the CRC checksum of the file on the GUI.
Feel free to fork this project, submit pull requests, or open issues if you have any suggestions or encounter any bugs.
This project is licensed under the MIT License.
For any questions or feedback, please contact [email protected]