RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.95k stars 1.05k forks source link

[RELEASE 4.1300x] Checklist #1265

Closed iceman1001 closed 3 years ago

iceman1001 commented 3 years ago

Checklist

OS compilation and tests

#!/usr/bin/env bash

make clean && make -j PLATFORM=PM3GENERIC && tools/pm3_tests.sh --long
make clean && make -j PLATFORM=PM3RDV4 && tools/pm3_tests.sh --long
make clean && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && tools/pm3_tests.sh --long
sudo make install; pushd /tmp; proxmark3 -c 'data load -f lf_EM4x05.pm3;lf search -1'; popd; sudo make uninstall

( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3GENERIC && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3RDV4  && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
iceman1001 commented 3 years ago

The building seems to be working nice. One thing with GH actions is that it doesn't color its output making it hard to find when there is a warning.

Potential shopstopers: Since the conversion to cli-parser, I suspect minor textual errors in help text.
@merlokk will have a look at the Fido refactoring, he also mention there was some non-working hf mf autopwn | hf mf nested etc cli parsing.

iceman1001 commented 3 years ago

@merlokk found the 14443-4 chaining isn't working. Which is a show stopper.

iceman1001 commented 3 years ago

Chaining works, but @merlokk didn't get around to fix it all, he be AFK which will set this release on hold until he comes back.

iceman1001 commented 3 years ago

alright, so much more was merged into the master... I guess one more round of testing it all again before a new release is needed.

But I am excited to see so much new stuff cipurse, desfire working.

iceman1001 commented 3 years ago

New release pushed. closing