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
463 stars 116 forks source link

Fix bad invocation to bash #262

Closed hsanjuan closed 5 years ago

iceman1001 commented 5 years ago

The RRG repo https://github.com/RfidResearchGroup/proxmark3 has all latest updates based on iceman fork. It also has a better fix for this.

hsanjuan commented 5 years ago

@iceman1001 does the RRG repo work with proxmark3 devices that are not RDV40 (mine :( )?

iceman1001 commented 5 years ago

just adjust the Makefiles.

Remove/ Comment out these from Makefiles and you be fine -DWITH_FLASH \ -DWITH_SMARTCARD \ -DWITH_FPC \

hsanjuan commented 5 years ago

Thanks, OK I updated this PR to use the same fix from RRG in case you want it too. I will work with the RRG repo directly in the future. It feels bad that these repos are not just branches from a single one. It's horrible to port fixes from one to others.

iceman1001 commented 5 years ago

great!