Skip to content

A Python tool to convert APDU command byte text into readable dictionaries and JSON format for easier debugging and analysis.

Notifications You must be signed in to change notification settings

dihambo/apdu-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APDU Parser

APDU Parser is a Python library designed to convert APDU command byte text into a readable dictionary format and output it as JSON. This tool simplifies the analysis and debugging of APDU commands by transforming raw byte sequences into human-readable data structures.

Features

  • APDU Byte Text Conversion: Converts APDU command byte text into a structured dictionary.
  • JSON Output: Outputs the parsed APDU data in JSON format for easy readability and integration with other tools.
  • User-Friendly: Designed with a focus on simplicity and ease of use, making it accessible for both beginners and experienced developers.

About

A Python tool to convert APDU command byte text into readable dictionaries and JSON format for easier debugging and analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages