Metadata-Version: 2.1
Name: hexfix
Version: 0.0.2
Home-page: https://github.com/ShashikumarKL/hexfix.git
Author: Shashikumar K L
Author-email: raghashashikumar@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# HexFix

## Overview

**HEXFIX** is a powerful Python package designed to view, edit, merge, and convert hex and S-record (SREC) files. Tailored for developers and engineers in embedded systems and firmware development, HEXFIX simplifies the process of manipulating and managing these file formats. Whether you're analyzing firmware images, modifying binary data, or integrating multiple files, HEXFIX provides the essential tools to perform these tasks efficiently and accurately.

## Features

- **Perform CRC32 checksum calculations on data records in S-record files, with the ability to specify address ranges and automatically trim data to fit within those ranges.**
- **Merge two S-record (SREC) files into a single file, ensuring seamless integration of data.**


