proxmark3 icon indicating copy to clipboard operation
proxmark3 copied to clipboard

Iceman Fork - Proxmark3

Results 131 proxmark3 issues
Sort by recently updated
recently updated
newest added

Issue to track ideas, progress and tasks to - define a unified user API, starting with sth like open/close/sendcmd - get a C libpm3 (used also by proxmark3 client via...

E.g. a lot of common code in client/src/mifare/desfire_crypto.c and armsrc/desfire_crypto.c

Branch HITAG. The reader functions for Hitag2 signal collecting has been improved. The next steps involve rework the "reader" "writer" logic flow. Since we don't use that kind of flow...

The app Metrodroid, has its own json key format file. It would be nice if we could load/save to that format aswell Ref https://github.com/metrodroid/metrodroid/wiki/Importing-MIFARE-Classic-keys It has some features. "KeyType": "MifareClassic",...

Time to have some fun. - upload a APK file to flash mem - Standalone mode which sims and pushes the APK :)

There are many (23) bad operations flagged in HitagS code by coverity It seems they've been solved in the official repo, at least for the parts I looked at (https://github.com/Proxmark/proxmark3/pull/721/files#diff-589b396aa9cc54b383991e0b312a9950R1053-R1057)...

It's fine when it comes to breaking and cloning to Chinese cards but "regular" operations on a MFC are a PITA. * `hf mf auto` => we get bin/eml/json +...

In armsrc/utils.c , LED( x, x), it takes a flag. One change that happend was some LED defines became 1,2,3,4 and consequently used with LED(x,x) leading to the wastly bad...

As of the 14a speeds is limited to 106kbit/s There are up to total four speeds to support. 106 kbit/s, 212 kbit/s, 424 kbit/s, and 848 kbit/s

So far it's spread redundantly: ``` client/lualibs/taglib.lua ... 5:m[0x04]='NXP Semiconductors Germany' ``` ``` client/cmdhf15.c ... 69: // 04 = Manufacturer code (Philips/NXP) ``` ``` client/cmdhf14a.c ... 25: { 0x04, "NXP...