From 974713a4d8d757d84bded404c7e24284c2c01bd1 Mon Sep 17 00:00:00 2001 From: Martijn Plak Date: Mon, 22 Jan 2024 17:17:56 +0100 Subject: [PATCH] CMD_READ_MEM_DOWNLOAD, hw readmem and --dumpmem --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e14bbd15..4fdc394bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] + - Added `--dumpmem` to proxmark3 client for memory dumping to file (@martian01010) + - Changed `hw readmem` to allow larger reads, write to file and better hex viewer (@martian01010) + - Added `CMD_READ_MEM_DOWNLOAD` and `CMD_READ_MEM_DOWNLOADED` to osimage and bootloader (@martian01010) - Changed `hf 14b dump/view` - now supports `z` flag for dense output (@iceman1001) - Changed `hf xerox dump/view` - now supports `z` flag for dense output (@iceman1001) - Changed `hf mfu dump/view/eview` - now supports `-z` flag for dense output (@iceman1001)