-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[idea] LibNFC support #202
Comments
Doing a bit of googling, i cant really find anything related to people getting libnfc to run on/with the nRF52840 (chip used in the CU)... |
Can let CU to emulate a PN532, all usb serial port data translation to pn532 register one by one. |
Like ACR122U. |
But this work is very massive and strange(The mfcuk and mfoc is very slow, why use it) |
For reference: ACR122U actually has a pn532 inside, libnfc just uses some passthrough commands that bypass the MCU logic and send commands directly to the pn532 |
Or we could do that on the computer side through a driver, wouldn't that make more sense? |
writing drivers would open up a whole other can of worms for windows, macos and linux... |
it is none-sense to try mimicking a 20 year old proprietary TAMA protocol just to be able to reuse some old and inefficient attack implementations. |
I used AD156(Jieli MCU) to emulate PN532, and it works now. |
Do you find PN532Killer? PN532Killer is a PN532 emulator, a NFC Emulator,and a Sniffer same as Chameleon Ultra. PN532Killer can be used with MifareOneTool, it's a Gui software based libNFC. |
CU actually has a Ci522 inside. |
When connected to a PC via USB it would be amazing if the Chameleon Ultra could be used with LibNFC-based tools like mfoc, mfcuk, etc.
Is this possible or would the hardware need to be different for this to work?
The text was updated successfully, but these errors were encountered: