GithubHelp home page GithubHelp logo

donfanning / revdgst Goto Github PK

View Code? Open in Web Editor NEW

This project forked from triq-org/revdgst

0.0 1.0 0.0 76 KB

Collection of various tools to analyze and reverse engineer checksums in short data packets.

License: GNU General Public License v2.0

CMake 5.61% Python 3.86% C 87.42% C++ 3.10%

revdgst's Introduction

revdgst

Collection of various tools to analyze and reverse engineer checksums in short data packets.

Mainly intended to help analyze software defined radio (SDR) data transmission from sensor modules.

Building / Installation

The main tools are written in portable C (C11 standard) and known to compile on Linux, MacOS, and Windows systems.

mkdir build
cd build
cmake ..
make

Work in progress

Currently missing proper options, error checking, and documentation. If this is somewhat useful to you, let me know, I might develop this further.

Inputs

Input files need to contain hex messages. A hex prefix ( 0x ) will be ignored. All padding characters will be ignored. All codes need to be the same length (bytes or nibbles). Inline-comments ( ;, #, // ) will end the line. Multi-line comments ( /* .. */) will be skipped.

If no file is given stdin will be read.

keylst

List keys from LFSR generators.

bitbrk

Analyze and break out bit changes and compare checksums.

revdgst

Reverse 8-bit LFSR digest.

Includes Galois, Fibonacci, Reverse-Galois, Reverse-Fibonacci, Fletcher, Reverse-Fletcher, Shift16. Each on plain data, byte-reflect, bit-reflect, bit-reflect and byte-reflect.

revdgst16

Reverse 16-bit LFSR digest.

revsum

Reverse simple checksums.

Includes byte-wide sums, nibble-wide sum, parity, and CRC-8.

Copyright and Licence

Copyright (C) 2019 Christian W. Zuckschwerdt [email protected]

Unless otherwise noted all sources are:

License: GPL-2+

revdgst's People

Contributors

zuckschwerdt avatar merbanan 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.