Updated hf iclass wrbl replay

replay behavior to use privilege escalation instead of having to generate specific block/content macs for hf iclass wrbl
This commit is contained in:
Antiklesys 2025-07-05 13:25:18 +08:00
commit 7ad3f6eaf2
3 changed files with 56 additions and 48 deletions

View file

@ -3,6 +3,7 @@ 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]
- Changed `hf iclass wrbl` - replay behavior to use privilege escalation instead of having to generate specific block/content macs(@antiklesys)
- Changed `hf iclass restore` - it now supports privilege escalation to restore card content using replay (@antiklesys)
- Fixed `hf 15 dump` - now reads sysinfo response correct (@iceman1001)
- Changed `make clean` - it now removes all __pycache__ folders (@iceman1001)