Skip to content

Axel-cmd/hexaNetFrameDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

hexaNetFrameDecoder

License: MIT

πŸ“ Description

hexaNetFrameDecoder is a Python tool designed to decode and interpret hexadecimal network frames/data.
It helps convert raw hex-formatted frames into a readable, parsed structure β€” useful for network analysis, debugging, protocol reverse-engineering, security tests or embedded systems debugging.

This project aims to allow users and developers to quickly transform raw hex dumps into meaningful data without manual parsing.


πŸ“¦ Requirements

Before using this tool, make sure you have:

  • Python 3.8+ (or whatever version your code supports)
  • A valid hex frame input (file), correctly formatted

πŸ›  Installation

Clone the repository and install dependencies:

git clone https://github.com/Axel-cmd/hexaNetFrameDecoder.git
cd hexaNetFrameDecoder

# (Optional but recommended) create a virtual environment
python3 -m venv venv
source venv/bin/activate  # macOS / Linux
# venv\Scripts\activate   # Windows

πŸš€ Usage

Here is a basic example of how to use the decoder:

python main.py <input_hex_frame.txt>

About

A python script to decode an hexadecimal network frame, use to print separately parts of the frame, and decode frame data from hexa to ascii

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages