RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.86k stars 1.02k forks source link

Unify manufacturers lists #865

Open doegox opened 5 years ago

doegox commented 5 years ago

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 Semiconductors Germany" },
iceman1001 commented 5 years ago

Piwi did a unified way in offical repo, but I didn't really like it since he removed the finer identifications in 14b/15 (down from num.of.bits level) to byte level.
It would even be better to have a complete external file for this identification part.