proxmark3/docker/homebrew
2022-01-09 16:34:31 +01:00
..
docker_build.sh docker homebrew 2021-05-23 02:44:03 +02:00
docker_rm.sh docker homebrew 2021-05-23 02:44:03 +02:00
docker_run.sh docker homebrew 2021-05-23 02:44:03 +02:00
Dockerfile docker homebrew 2021-05-23 02:44:03 +02:00
README.md Disable ht2crack5gpu as ht2crack5opencl supercedes it and ht2crack5gpu can be difficult to get running on setups supporting OpenCL on more than one Nvidia GPU 2022-01-09 16:34:31 +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 mfkey
make -j nonce2key
make -j mf_nonce_brute
make -j hitag2crack SKIPOPENCL=1
make -j fpga_compress

CMake

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