Philippe Teuwen
Philippe Teuwen
@robshee81 did you try on the latest version? do you still encounter the same issue? sometimes some distance between the reader and card may help.
@piotrva the script is only meant to be run on FM11RF08S, not on FM11RF08 or FM11RF32 (or even older Fudan 62..69)
> add me to the party. The recovery script works well and recovers the key (nonces with data file contains correct data) but hf mf isen --collect_fm11rf08s is giving auth1...
Hello, yes it sounds interesting :) Beware the pm3 code will evolve while you'll work on your topic, so it is better to integrate functionalities regularly than forking, working on...
No success so far even by running scripts in some Py_NewInterpreter. The only way it doesn't crash is by not calling Py_Finalize. Which BTW opens other perspectives as it would...
It crashes on my host too (Trixie), the Docker example was just to get an easily reproducible setup.
Similar crash reported by _shuffle2_ with ``` from pyftdi.i2c import I2cController i2c = I2cController() i2c.configure('ftdi://ftdi:232h:FTAYHCZO/1', frequency=10_000) ``` and some C232HM-DDHSL-0 cable. Crash on `i2c.configure` when the script is invoked twice...