AloneLiberty

Results 12 comments of AloneLiberty

We already have NFC app plugins, it's capable of loading required plugins on demand and exposes all required APIs (?). For simple KDFs that should be enough, but you can't...

> Is there an example somewhere that uses this you can point me to? Plugins in `applications/main/nfc/plugins/supported_cards` and their loader in `applications/main/nfc/helpers/nfc_supported_cards.c`. I didn't know parsers could do that, I...

No, parsers aren't built into NFC app. They are located on SD Card in plugins folder, ending with _parser.fal. Probably there is no way to build parser outside NFC app,...

https://github.com/TimDettmers/bitsandbytes/blob/a13af4542f5a163d8e9eacb0b8b2a5b26d9e2b15/Makefile#L19-L23 You have logic bug there, if `ROCM_HOME` is empty, it will skip `ROCM_TARGET` check and will try to compile anyway (will fail later due to missing libraries/headers)

Mifare Plus in SL1/SL2 can work as Mifare Classic, you are probably reading Mifare Plus in SL1. Currently isn't possible to separate Mifare Plus from any other tags with same...

> @AloneLiberty could you check again with latest firmware? Already tested on NFC refactor branch on date of issue. Issue is deeper, as ST25R3916 does anti-collision by itself and messing...

There are some improvements in MFC emulation in latest dev release, could you test again on it?

There are some fixes with RATS on Flipper Zero emulation in dev firmware, I suggest you trying it.

Can you show trace logs while emulation and detect reader? https://play.google.com/store/apps/details?id=jp.sugnakys.usbserialconsole run `log trace`