iceman1001
b05042d896
textual
2020-02-24 09:44:48 +01:00
Iceman
000dbd60e1
Merge pull request #574 from h4waii/patch-4
...
Update termux_notes.md
2020-02-24 08:22:03 +01:00
h4waii
87cbe12773
Update termux_notes.md
2020-02-24 09:23:22 +11:00
h4waii
d9e073410d
fix : #520 - free mutex after work is done
...
Why not just free after key found or not found?
2020-02-24 00:04:06 +11:00
iceman1001
cfcb049459
chg: hitag2 now obeys 'lf conf' divisor setting
2020-02-23 10:45:23 +01:00
iceman1001
8b10107c40
fix : #520 - calling init before initialize mutexs is bad
2020-02-23 10:28:51 +01:00
Iceman
bb9c53ae7b
Merge pull request #572 from mwalker33/Keri-MS
...
Partial Keri MS
2020-02-23 10:18:42 +01:00
mwalker33
f2ae1ff57a
Update cmdlfkeri.c
2020-02-23 11:21:55 +11:00
iceman1001
d0241ed24f
does this solve opensuse warning?
2020-02-22 19:59:54 +01:00
iceman1001
1a89e2a629
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
2020-02-22 15:09:46 +01:00
Iceman
2a57a1f6a5
Merge pull request #568 from sigwinch28/master
...
Mention shebang changes and python script porting in CHANGELOG.md
2020-02-22 15:09:43 +01:00
Joe Harrison
ea72b5122d
Mention shebang changes and python script porting in CHANGELOG.md
...
Documents changes from issues 560 and 564, and pull requests 561,
563, and 565.
2020-02-22 13:42:44 +00:00
iceman1001
3f0f08ffbb
updated fpga lf image for hitag
2020-02-22 13:34:52 +01:00
iceman1001
802e62285b
debug print hitag2 for cleaner client outputs
2020-02-22 13:34:15 +01:00
iceman1001
181a659bc0
trying another loop
2020-02-22 13:32:42 +01:00
iceman1001
7378ea531a
hide function xor since it interfers with native xor funtions
2020-02-22 13:18:59 +01:00
iceman1001
004b4ae3c9
textual
2020-02-22 13:17:36 +01:00
iceman1001
e56f14fe4d
textual
2020-02-22 13:16:36 +01:00
iceman1001
b304adeeca
hitag, determine adc levels to get better demodulation
2020-02-22 13:16:04 +01:00
iceman1001
2ec4bc9a0e
old->mix
2020-02-22 13:14:43 +01:00
Philippe Teuwen
2804a7dbad
hopefully fixes travis for OSX
2020-02-21 22:15:35 +01:00
Philippe Teuwen
ae57feeee6
attempt to fix travis build on osx
2020-02-21 17:31:55 +01:00
Philippe Teuwen
a38d5f0839
attempt to fix travis build on osx
2020-02-21 17:07:14 +01:00
Philippe Teuwen
efc738ab93
add test
2020-02-21 16:52:26 +01:00
Philippe Teuwen
3319556695
Merge pull request #565 from sigwinch28/convert-python2-to-python3
...
convert python2 mfd2eml and eml2mfd scripts to python3
2020-02-21 16:51:45 +01:00
Philippe Teuwen
ba6f58cc05
findbits converted to python3 + tests
2020-02-21 16:45:00 +01:00
Joe Harrison
f28404581d
convert python2 mfd2eml and eml2mfd scripts to python3
2020-02-21 15:36:48 +00:00
Philippe Teuwen
aa6fc60a22
xorcheck script converted in python3 + test
2020-02-21 16:29:52 +01:00
Philippe Teuwen
5527cb2428
pm3_mfdread.py script python3 and warn for bitstring module
2020-02-21 16:17:56 +01:00
Philippe Teuwen
af7fb17607
plotedge script: warn for numpy, matplotlib
2020-02-21 16:10:18 +01:00
Philippe Teuwen
2177211b7a
btaddon scripts: warn for pyserial
2020-02-21 16:06:40 +01:00
Philippe Teuwen
15b661dbfb
plot_edgedetect.py converted to python3
2020-02-21 15:36:12 +01:00
Iceman
c0a30405e8
Merge pull request #561 from sigwinch28/use-env-for-shebangs
...
Use /usr/bin/env in shebangs
2020-02-21 15:24:50 +01:00
Iceman
1242926222
Merge pull request #563 from sigwinch28/fix-analyzesize-exit-code
...
Remove potentially undefined exit behaviour from analyzesize tool
2020-02-21 14:56:11 +01:00
Joe Harrison
788e8b7ecc
Remove potentially undefined exit behaviour from analyzesize tool
...
Python2.7 doc for `sys` module states that "Most systems require [the
exit code] to be in the range 0-127, and produce undefined results
otherwise".
Currently, modern Linux-based systems will exit with code 255, while
msys2-based systems such as Proxspace will exit with code 127.
Instead, explicitly exit with non-zero exit code of 1.
2020-02-21 13:50:09 +00:00
mwalker33
f32efd10fe
Update cmdlfkeri.c
2020-02-21 22:21:56 +11:00
Joe Harrison
5e88faa2cf
use env in shebangs in pm3-flash-fullimage and rest of tools
2020-02-19 16:13:17 +00:00
Joe Harrison
7d157606ee
Use /usr/bin/env in shebangs
...
Stop assuming that bash is in /bin, and that perl and python are in
/usr/bin, etc.
Instead, use env command to find these commands in the path.
2020-02-18 00:00:24 +00:00
Iceman
bf66d66114
Update Troubleshooting.md
2020-02-17 20:19:40 +01:00
mwalker33
c6ceeed6d5
Update cmdlfkeri.c
2020-02-17 21:49:43 +11:00
mwalker33
d7c3cc8028
Update cmdlfkeri.c
2020-02-16 20:48:53 +11:00
mwalker33
ad66ea51e4
Merge pull request #27 from RfidResearchGroup/master
...
Resync from Master
2020-02-16 20:22:18 +11:00
Iceman
3d2f5eddb5
Merge pull request #559 from bosb/fix_hitags_text_output
...
hitagS print whole memory + print succeeded challenges
2020-02-15 14:50:32 +01:00
Thorsten Bosbach
912cbe9713
hitagS print whole memory + print succeeded challenges
2020-02-14 18:33:13 +01:00
iceman1001
36f2234121
fix HF simulation
2020-02-12 10:29:00 +01:00
iceman1001
fade194bbe
ignore gz files
2020-02-12 09:57:00 +01:00
iceman1001
bc3f0c4da8
fix : #555 fpga_compress missing tarbin directive
2020-02-12 09:52:23 +01:00
iceman1001
31507be549
textual
2020-02-12 02:26:44 +01:00
iceman1001
f32d94b99c
textual
2020-02-12 02:26:05 +01:00
iceman1001
86fdf8e987
color
2020-02-12 02:13:04 +01:00