Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Between any two CAPDUs, find a SELECT response RAPDU (6F XX …), infer file syntax used to record all RAPDUs in the log, get all RAPDUs by following syntax.

Locate card presentments and , unpredictable numbers and transaction related data (TRD) in the APDUs.

Create replayable output file(s).

Requirements

Developed using Python 3.10.0 on Windows.

Also tested briefly with 3.7.8.

There are no other dependencies.

Usage

Info

Download the code here.

The program provides a simple CLI, and understands four types of commands: version, help, file/folder and test.

...