Files
proxmark3/client
Martijn Plak e35385fde1 Adding processor flash memory reading, viewing and writing to file.
Works when the device is running either osimage or bootloader.

- New memory reading command in osimage and bootloader.
- Extended 'hw readmem' command with length parameter, file writing and hex viewer.
- Introduced '--dumpmem' option to proxmark3 executable to support dumping from bootloader.

Simple interactive examples:
  hw readmem -f flashdump
  hw readmem -l 1024
CLI example:
  ./pm3 --dumpmem flashdump.bin

Reading from arbitrary memory ranges can be unlocked using the 'raw' option.
2024-01-22 16:40:05 +01:00
..
2024-01-21 19:47:23 +01:00
2020-11-14 00:44:18 +01:00
2023-12-06 22:16:53 +01:00
2024-01-15 13:08:55 +01:00
2024-01-04 22:21:58 +10:00
2023-09-16 09:31:42 +02:00
2024-01-16 22:31:04 +00:00
2022-01-14 21:22:26 +01:00
2023-06-02 10:45:04 +02:00