proxmark3/docker/homebrew
2024-12-18 15:29:26 +01:00
..
docker_build.sh Docker: fix test for pm3 when building images 2024-12-18 15:29:26 +01:00
docker_conf all Docker envs: add support for connection to host device 2024-12-18 13:31:06 +01:00
docker_rm.sh all Docker envs: add support for connection to host device 2024-12-18 13:31:06 +01:00
docker_run.sh all Docker envs: add support for connection to host device 2024-12-18 13:31:06 +01:00
Dockerfile Docker: fix test for pm3 when building images 2024-12-18 15:29:26 +01:00
README.md all Docker envs: add support for connection to host device 2024-12-18 13:31:06 +01:00

Notes on linux homebrew

Do not brew install arm-none-eabi-gcc, it's a Mach-O executable.

So only host bins can be built (except tools/hitag2crack/crack5opencl which needs OpenCL)

Makefile

make -j client USE_BREW=1 SKIPREADLINE=1
make -j cryptorf
make -j mfc_card_only
make -j mfc_card_reader
make -j mfd_aes_brute
make -j hitag2crack SKIPOPENCL=1
make -j fpga_compress

CMake

cd client
mkdir build
cd build
cmake -DEMBED_BZIP2=1 -DEMBED_LZ4=1 ..
make -j