Proxmark3 v4.9237 Released
This is the “Ice Coffee” release, an early foundational tagged build of the Iceman (RfidResearchGroup) fork of the Proxmark3 firmware and client. It establishes the formal release tooling for the fork and adds version reporting, build flexibility, and new reference traces.
Highlights
- Introduced a
make releaseprocess and aRELEASE_NAME, formalizing how tagged releases of the fork are produced from a clean master. - Added version information to the client and color-coded ARM and FPGA version sections so users can verify firmware and client are in sync.
- Added
CROSS_CFLAGSand relatedCROSS_*FLAGSto ease cross-compilation, with accompanying documentation. - Enabled
-Wconversionin the extra compiler flags and cleaned up the resulting type-conversion warnings for safer builds. - Fixed
lf nexwatch cloneto use only 12 bytes, correcting NexWatch tag cloning. - Made
trace loaderror out cleanly when run in offline mode instead of misbehaving without a device. - Added new HF 15 traces and an Oyster MDES trace as reference captures, plus Android work-directory support for the mobile client.
Contributors
This release landed thanks to @iceman1001, @doegox, @FlUxIuS, and @xianglin1998.
Read the full changelog and downloads on GitHub.