mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-04-30 17:39:53 +08:00
Adds config_rrgv4.21128.json targeting the latest Iceman release (v4.21128 Permafrost, 2026-02-25). Based on config_rrgv4.16717.json with the following updates: - Add hf mf autopwn command (primary attack workflow since ~v4.14000) - Add hf mf fchk (fast key check) as default check command - Update config.qrc to include the new config file Addresses issues #65, #68, #38 (command syntax out of date with Iceman).
10 lines
285 B
Plaintext
10 lines
285 B
Plaintext
<RCC>
|
|
<qresource prefix="/config">
|
|
<file>config_official.json</file>
|
|
<file>config_rrgv4.13441.json</file>
|
|
<file>config_rrgv4.15864.json</file>
|
|
<file>config_rrgv4.16717.json</file>
|
|
<file>config_rrgv4.21128.json</file>
|
|
</qresource>
|
|
</RCC>
|