proxmark3/linux
henryk@ploetzli.ch a5b1ba2023 New flash tool, needs to be ported to Windows.
+ [f]ast is gone, current mode will be autodetected
+ uses hands-free firmware update if supported by the bootrom (to be committed)
+ uses new bootrom safety features against accidental misflashes (to be committed)
+ supports S19 files with base address 0x0 or base address 0x100000
+ supports old bootroms which expect 0x0 and new bootroms which expect 0x100000 (to be committed)
+ new argument style: first argument is comma-separated (no spaces!) list of partition names, remaining arguments are file names
  os and fpga may be abbreviated, bootrom must be given in full
  Examples:   ./flasher os ../armsrc/obj/osimage.s19
              ./flasher bootrom,o,f ../bootrom/obj/bootrom.s19 ../armsrc/obj/osimage.s19 ../armsrc/obj/fpgaimage.s19
2009-09-01 14:35:13 +00:00
..
cli.c Add the new Linux "cli" command line client, thanks for the contribution! 2009-06-26 10:20:55 +00:00
command.c Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
flasher.c New flash tool, needs to be ported to Windows. 2009-09-01 14:35:13 +00:00
gui.c make grid function linux friendly 2009-07-21 16:10:58 +00:00
guidummy.c Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
Makefile termcap is deprecated and doesn't seem to be needed anyway 2009-08-28 00:35:27 +00:00
proxgui.cpp Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
proxgui.h make grid function linux friendly 2009-07-21 16:10:58 +00:00
proxguiqt.cpp fix grid so it stays still and only in plotted area 2009-07-21 16:27:23 +00:00
proxguiqt.h Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
proxmark3.c - Restored the 'reset' command 2009-04-27 19:56:43 +00:00
proxmark3.h fast flash mode (button already held down) and both (os & fpga) flashing mode 2009-07-24 02:30:08 +00:00
snooper.c Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
translate.h Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
unbind-proxmark Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00
usb.c compile in OS X 2009-08-04 18:21:55 +00:00
windows.h Initial commit for the firmware. Used the 20090306_ela version as baseline. 2009-04-09 06:43:20 +00:00