-
With latest pull (05.05.2019) on Raspbian GNU/Linux 9.9 (stretch) compile fails with following error
```
make[2]: Leaving directory '/root/proxmark3/client/tinycbor'
gcc -MT obj/proxmark3.o -MMD …
ghost updated
5 years ago
-
So, i tried to compile 9322ce626e36fa433bda0cd4a56be14c31aa426a, and im unable to compile os images, cause of this little suprise :)
```
arm-none-eabi-gcc -c -I../include -I../common -I. -Wall -We…
-
Hi I believe this firmware does not account for the different sector sizes, and the higher sector number of the 4k. See for example the code here:
https://github.com/emsec/ChameleonMini/blob/master/F…
-
**Describe the bug**
I was able to use HF_COLIN standalone mode up until commit [daae890].
Every version after that fails during the "WRITING FLASH" procedure and the Proxmark timeouts.
Also new SP…
-
1) Replaced -DWITH_HF_YOUNG with -DWITH_LF_SAMYRUN in armsrc/Makefile
2) make clean && make all in root
3) flash bootloader and full image
4) Run Proxmark client
4) Put Proxmark into Standalone mo…
ghost updated
5 years ago
-
Error when running ```make clean && make all``` on an Ubuntu based system.
```
360:~/proxmark3$ uname -ar
Linux 360 4.15.0-42-generic #45~16.04.1-Ubuntu SMP Mon Nov 19 13:02:27 UTC 2018 x86_64 x8…
-
I am trying to read SRI512 card using PM3.
I cloned the latest repo as of 2018-08-29.
I can read SRI512 cards when I compiled the armsrc with arm-none-eabi-gcc v4.9.3 20150529.
I can NOT read SRI51…
-
The commit [Add support for compilation on RaspberryPiZero (armv6)](https://github.com/RfidResearchGroup/proxmark3/commit/0eea50f5a0a0e973ba0b2dcc6b1fba94028a2769#diff-8a0d9f6b255f5a6aef0818209de9fb…
-
Lots of errors since https://github.com/Proxmark/proxmark3/commit/5125e4263c36063f49d3b410b78da293b705b7d2
- unknown command for lf commands
- Unknown card format for hf legic
```
Prox/RFID …
Fl0-0 updated
6 years ago
-
```
cf http://www.libnfc.org/community/post/4702
I tried this code:
nfc_target ant[1];
nfc_modulation nm = {
.nmt = NMT_ISO14443B2SR,
.nbr = NBR_106
};
nfc_initiator_list_passive_ta…