Skip to main content

Python script to calculate LPC firmware checksums

Project description

lpc_checksum

Python script to calculate LPC firmware checksums, based on the C version by Roel Verdult. It can be used as a standalone application, or as a Python module that integrates directly in a build environment (e.g. SCons). It does not need to be compiled.

Linting Testing PyPI version

Requirements

The only requirement is Python 3.9 or newer.

Installation

This module can be installed from Pypi via pip install lpc_checksum.

Alternatively, you can install the latest version by cloning this repository and run python setup.py install.

Usage

There are two ways of using lpc_checksum.

Standalone

When installed via Pip or from source, the command lpc_checksum should be available on your PATH. By default, it assumes the input file is a binary file.

lpc_checksum <firmware.bin|hex> [--format=bin] [--read-only]

Program exits with a non-zero error code when it failed.

As a module

import lpc_checksum

checksum = lpc_checksum.checksum(input_file, [read_only=True])

On error, an exception will be raised.

Tests

To run the tests, please clone this repository and run poetry run pytest.

Contributing

See the CONTRIBUTING.md file.

License

See the LICENSE.md file (MIT license).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lpc_checksum-3.0.0.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

lpc_checksum-3.0.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file lpc_checksum-3.0.0.tar.gz.

File metadata

  • Download URL: lpc_checksum-3.0.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.10.8 Darwin/22.1.0

File hashes

Hashes for lpc_checksum-3.0.0.tar.gz
Algorithm Hash digest
SHA256 44d5ee8cd6291ab875287f99b94f44c5b5e6ce89e2bc9c884a08bb87cd4dacd4
MD5 2bf1b9d8799cb6b2c1886300044e2fc4
BLAKE2b-256 68e751b444c547f68b15cf3f865405c7dfadd5d7eb663150328c1904c8945779

See more details on using hashes here.

File details

Details for the file lpc_checksum-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: lpc_checksum-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.10.8 Darwin/22.1.0

File hashes

Hashes for lpc_checksum-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4dd89baa4ae6c8961335ec8153a56efbd3ddbd286965943490b283774f3f41e6
MD5 8c6a716f44a6e979486312f18989ab1b
BLAKE2b-256 b0b4f5b9ca73a950e0f32fe8f9ee12ecb970641cb695327147261484642d1692

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page