...The software contains a simulator and a converter that takes individual logged APDU bytes (originally retrieved from the hardware) and transform them into an IO script on the form :
//Select
I: A0 A4 00 00 02 3F 00
O: 9F 16
Where the instruction of the APDU is read from an XML file that can be extended with proprietary commands.
The software was intended to work with a piece of hardware, but will also work without it - if the user provides a "log file" in an expected format.
In the documentation folder, such a script has been provided.