The parser extracts and reads binaries from a .cap file and prints in human readable format on the console. CAP files are generated using Java Card 3.0.5 tools. The current version of the tool only understands JC3.0.5 spec format. For more details please visit my mallikarjuntirlapur.github.io/JavaCardBinaryParser page.
- Python 2.7 (min)
CapParser.py [option] .cap [option] 'component name'/'all'
--capPath
-p valid path to cap file.
--component
-c caomponent name e.g 'header' or 'all'to get all component info in one shot.