Giter Site home page Giter Site logo

machinecodeenjoyer / md5-changer Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 3.0 12 KB

C++ project showcasing executable file modification to alter MD5 hash while preserving functionality

License: MIT License

C++ 100.00%
md5 md5-hash reverse-engineering

md5-changer's Introduction

C++: Change MD5 Hash

Overview

This C++ project demonstrates a simple modification to an executable file to change its MD5 hash while keeping it functional. The main purpose is to showcase how changing specific bytes in the code section of an executable can affect its hash value.

How it works

The program reads the current executable file, locates the code section, and modifies a predefined pattern within the code. After modification, it writes the changes to a new file and calculates the MD5 hash for both the original and modified files.

Repository Details

Description

Explore the intricacies of modifying an executable file to change its MD5 hash while retaining functionality. This C++ project demonstrates the process of locating and altering specific bytes within the code section of an executable, providing insights into the impact on the resulting MD5 hash.

Topics

  • C++
  • Windows API
  • MD5 Hash
  • Executable Modification
  • Reverse Engineering
  • Windows Programming
  • Code Section Manipulation
  • Educational

Prerequisites

  • Windows operating system
  • Visual Studio or any C++ compiler that supports the Windows API

Usage

  1. Clone the repository:
git clone https://github.com/machinecodeenjoyer/modify-md5-hash.git
cd modify-md5-hash
  1. Build the project using your preferred C++ compiler or IDE.

  2. Run the executable. If successful, it will display the original and modified MD5 hashes.

Repository Structure

  • main.cpp: Main C++ source code file.
  • README.md: Project documentation.
  • LICENSE: License information.

Contributing

Feel free to contribute to this project by submitting issues or pull requests. Please follow the code of conduct.

License

This project is licensed under the MIT License.

Acknowledgments

Disclaimer

This project is for educational purposes only. Modifying executable files may lead to unintended consequences, and it is crucial to respect software licensing agreements and legal regulations.

Support

If you encounter any issues or have questions, please create an issue on the GitHub repository.

Authors

  • seized

Thank you for using and contributing to this project!

md5-changer's People

Contributors

machinecodeenjoyer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.