Philippe Teuwen

Results 222 comments of Philippe Teuwen
trafficstars

FTR there are currently two implementations I'm aware of: * https://github.com/nfc-tools/nfc-supercard * https://github.com/RfidResearchGroup/proxmark3 `hf mf supercard` which is a port of the one above to the Proxmark3 client

Where are we on this one @baloncu ?

no urgency :) I was just curious

> I prefer not to push any changes that are not tested on HW. Sure, we respect that. We can leave the PR open to keep track of the comments,...

To read the first 8 blocks which are accessible freely in read-only: ``` hf 14a raw -a -b 7 -p 26 hf 14a raw -p -c 3000 hf 14a raw...

read/write: `rg fopen` write/append: `rg 'fopen.*"[aw]'`

Hi @mwalker33 Beware we're chasing extra warnings in the "strict" branch which could impact merging. You can safely backport the changes from that branch for just the preferences.c file if...

For 2) please consider also path starting with ./ or .\ which will mean relative to the current working directory

No offence but again, before coding, I'd prefer to have a clear view of scenarios and agree on what we want as user experience before rather than trying to figure...

strict branch is now "green" and @iceman1001 fixed some RPIZ warnings today so it should be good for merge, @iceman1001 ?