From: iceman1001 Date: Fri, 7 Oct 2016 09:58:14 +0000 (+0200) Subject: CHG: "hf legic write" got a make over in how its called. Now called with 'offset... X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f0fa6638141409674b64481557aba051935b1685?hp=f0fa6638141409674b64481557aba051935b1685 CHG: "hf legic write" got a make over in how its called. Now called with 'offset' and 'data' 'hf legic write o 10 d 11223344' - this will write 4 bytes (0x11,0x22,0x33,0x44) to tag from offset 10 (0x0A) ---