Philippe Teuwen

Results 226 comments of Philippe Teuwen
trafficstars

yes the Python wrapper would be more pythonesque the way you propose. For me the questions are: * how far python API usage should be different from other languages? *...

After some rework thanks to @slurdge here is what we have in the current experimental branch: Embedded Lua: ``` local pm3 = require("pm3") p=pm3.pm3() p:console("hw status") print(p.name) ``` Embedded Python:...

`rg "^[a-z].*\(.*\);"|sort -t : -k 2|sed 's/:/ /'|grep -v CmdHelp|uniq -f1 -D`

Interesting, but could be hard to re-label existing keys.

I guess you won't learn much from that Android project as everything is handled by the NFC stack. "Android Beam is discontinued in Android 10 and is not present in...

Maybe ask confirmation / provide options to write to block0, to OTP and irreversible things to ACL

We can still get a restore that warns the user that only restore to empty is guaranteed to succeed, and give clear feedback on the result of the restore operation

> yes, and those who knows, don't have a problem with restore ;) that's not what I claimed and what I read from @slurdge and @merlokk , all three of...

more user friendly regarding non-formatted cards. nfc-mfclassic allows to provide the current dump and the new dump, trying to replace current content with new one. mf restore has nothing to...

Even when quitting there is an attempt to send data to proxmark ``` client/proxmark3 -c "help" [+] execute command from commandline: help [=] Running in OFFLINE mode. Check "client/proxmark3 -h"...