GithubHelp home page GithubHelp logo

dvjcodec / crc-manipulator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rr-/crc-manipulator

1.0 0.0 1.0 170 KB

Change CRC checksums of your files.

License: MIT License

Shell 0.29% C++ 84.48% Python 15.24%

crc-manipulator's Introduction

CRC-manipulator

A tool that lets you reverse and freely change CRC checksums through smart file patching.

How it works

It appends a few bytes at the end of the file so that the file checksum computes to given hexadecimal hash.

Features

  • Patching and calculating CRC checksums for:
    • CRC32
    • CRC32POSIX (cksum from GNU coreutils)
    • CRC16CCITT
    • CRC16IBM
  • Available for GNU/Linux and Windows.
  • Minimal GUI (supports CRC32 only; for more advanced options, use CLI version).

Seeing it in action

GUI version:

GUI version

CLI version:

CLI version

Binaries for Windows

To download precompiled binaries for Windows, head over to releases.

Compiling

  1. Make sure you have g++ and if you wish to compile GUI frontend - qt4.

  2. Run following:

     ./bootstrap
     ./waf configure
     ./waf build
    

Cross compiling for Windows

  1. Make sure you have mingw-w64 and if you with to compile GUI frontend - qt4 (compiled with MinGW-w64).

    • Arch Linux: to get these, you can install mingw-w64-gcc from main repositories and mingw-w64-qt4 + dependencies from AUR.
    • mxe: unfortunately, I had no luck with linking to mxe's qt version.
  2. Run following:

     ./bootstrap
    
     export CROSS_COMPILE=i686-w64-mingw32-
     export CC=${CROSS_COMPILE}gcc
     export CXX=${CROSS_COMPILE}g++
     export AR=${CROSS_COMPILE}ar
     export PKGCONFIG=${CROSS_COMPILE}pkg-config
    
     ./waf configure
     ./waf build
    

crc-manipulator's People

Contributors

elichai avatar rr- avatar

Stargazers

 avatar

Forkers

mastercodeit

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.