iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
466 stars 116 forks source link

Tilde in legic.lua script #122

Closed scaery closed 7 years ago

scaery commented 7 years ago

There might be some error in the imported or merged legic.lua

client/scripts/legic.lua:389: unexpected symbol near '~'
client/scripts/legic.lua:459: unexpected symbol near '~'
client/scripts/legic.lua:605: unexpected symbol near '~'
client/scripts/legic.lua:609: unexpected symbol near '~'
client/scripts/legic.lua:1360: unexpected symbol near '~'
client/scripts/legic.lua:1386: unexpected symbol near '~'
client/scripts/legic.lua:1703: unexpected symbol near '~'
client/scripts/legic.lua:2689: unexpected symbol near '~'

The origin is still here and working: https://github.com/akileos/proxmark3/blob/bf413f1b871d3adae107ed03a5fbfd03a5e3603a/client/scripts/legic.lua

iceman1001 commented 7 years ago

yeah, thanks for issue, it was something I introduced which was wrong. I've commited a correction. Should work better now. Still different, since the original script uses binary files as input...
So this script will still have that issue.