RfidResearchGroup / proxmark3

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

Clear bss on bootloader start. #2209

Closed nvx closed 8 months ago

nvx commented 8 months ago

This fixes a bug with the USB device serial number sometimes not working in bootloader mode.

iceman1001 commented 8 months ago

Awesome!

henrygab commented 8 months ago

Nicely done! That's a bug that requires deep understanding on compilation and how executables load / initialize. Well done indeed!

nvx commented 8 months ago

Nicely done! That's a bug that requires deep understanding on compilation and how executables load / initialize. Well done indeed!

I was so confused for so long until it clicked what was wrong :D