Attention is currently required from: dexter.
Patch set 3:Code-Review +1
1 comment:
File pySim-shell.py:
Patch Set #3, Line 556: self._cmd.poutput("apdu 00E00000%02x%s" % (int(len(self._cmd.rs.selected_file_fcp_hex)/2), str(self._cmd.rs.selected_file_fcp_hex)))
I would have preferred if we actually generate the 'create file' command here. That would be readable with its arguments. But I understand that you don' have the decoded FCP here and a "raw" statement is more convenient (and less error-prone)
To view, visit change 28161. To unsubscribe, or for help writing mail filters, visit settings.