Alexis Green
|
987c59849e
|
FIX: CoverityScan 123358 and 133864 - Unchecked return value
|
2016-08-02 22:44:36 -07:00 |
|
Alexis Green
|
3f5bcc3b92
|
FIX: CoverityScan 121362 - Pointer to local outside scope
|
2016-08-02 16:12:44 -07:00 |
|
iceman1001
|
c23d2618ba
|
FIX: mental note to self, don't code when tried. "size" should have been "sizeof". I need to fix my build for armsrc again.
|
2016-08-03 00:51:26 +02:00 |
|
iceman1001
|
80920fac96
|
FIX: forgot a semicolon
|
2016-08-03 00:42:23 +02:00 |
|
iceman1001
|
65cdf0e3f9
|
FIX: Coverity scan 1333852, Make sure (card) is not null before accessing it.
|
2016-08-03 00:39:02 +02:00 |
|
iceman1001
|
c3e8413c2b
|
CHG: Some testing of timings on 14443b,
FIX: CoverityScan 133854 , out-of-bounds read, when calculating crc.
|
2016-08-03 00:35:14 +02:00 |
|
iceman1001
|
3e82f956d8
|
FIX: COverityScan 133865, out-of-bounds access, Forgot that bits is not used in Logtrace but bytes.
|
2016-08-03 00:25:53 +02:00 |
|
iceman1001
|
fd9212e183
|
FIX: CoverityScan 133857, cast to uint32_t will stop eventual problems. However its a uint_16 so it shouldnt be a problem to start with.
|
2016-08-03 00:15:26 +02:00 |
|
iceman1001
|
34c81fe01c
|
FIX. COVERITYscan 133860, initialize to zero. This function is still not working but at least now it doesnt crash the client.
|
2016-08-03 00:13:33 +02:00 |
|
iceman1001
|
5fe0a11dfe
|
FIX: CoverityScan, 1333853, out-of-bounds, well, if I have 3 items in a array, don't start reading 4...
|
2016-08-03 00:10:21 +02:00 |
|
Iceman
|
9320c73634
|
Merge pull request #18 from alexgrin/iceman_master
A few fixes
|
2016-08-02 23:22:51 +02:00 |
|
Alexis Green
|
e31a0f736e
|
FIX: LEGIC - potential stack corruption calculating CRC from user input
|
2016-08-02 14:10:33 -07:00 |
|
Alexis Green
|
0892708119
|
FIX: CoverityScan 123465 - Resource leak
|
2016-08-02 13:57:44 -07:00 |
|
Alexis Green
|
5147ec6959
|
CHG: LEGIC - allow offline mode due to existing offline command
|
2016-08-02 13:51:58 -07:00 |
|
iceman1001
|
e719470c46
|
Merge branch 'master' of https://github.com/iceman1001/proxmark3
|
2016-08-02 16:06:40 +02:00 |
|
iceman1001
|
5f7e30f8d5
|
FIX: CoverityScan 133858 -uninitialized data
|
2016-08-02 16:05:50 +02:00 |
|
iceman1001
|
aeb128e2bb
|
chg: another way of checking a array for NULL
|
2016-08-02 16:04:57 +02:00 |
|
iceman1001
|
bf2cd64406
|
fix: CoverityScan 133855 -out-of-bounds bits was used as index to cmd array.
|
2016-08-02 16:04:03 +02:00 |
|
Iceman
|
ab981f0581
|
Merge pull request #17 from alexgrin/iceman_master
Fixing warning:
|
2016-08-02 10:14:01 +02:00 |
|
Alexis Green
|
6e321dd8f3
|
Fixing warning:
warning: ignoring return va 'scanf', declared with attribute warn_unused_result [-Wunused-result]
|
2016-08-01 13:03:46 -07:00 |
|
Iceman
|
981aefe33d
|
Merge pull request #16 from alexgrin/iceman_master
Fixing clang compilation warning
|
2016-08-01 09:02:49 +02:00 |
|
Alexis Green
|
22e31cd087
|
Fixing clang compilation warning
warning: shifting a negative signed value is undefined [-Wshift-negative-value]
|
2016-07-31 22:35:16 -07:00 |
|
iceman1001
|
9f52c9db28
|
FIX: removed a compiler warning, the stringlen is not used anymore.
|
2016-07-31 22:03:46 +02:00 |
|
iceman1001
|
b1013281d3
|
minor textual fix
|
2016-07-31 22:01:40 +02:00 |
|
iceman1001
|
af4308b97b
|
CHG: Moved some includes, defines, structs from .c into header file.
|
2016-07-31 22:00:49 +02:00 |
|
iceman1001
|
cc4c8fd6cf
|
FIX: getting rid of a compiler warning message.
|
2016-07-31 21:59:29 +02:00 |
|
iceman1001
|
a41d3dbb90
|
ADD: started to rework the wiegand converting. Extracted it from the 'lf hid' file. Looks decent but still needs work.
|
2016-07-31 21:58:15 +02:00 |
|
Iceman
|
4a843840e3
|
Merge pull request #15 from alexgrin/iceman_master
Adding a 'recoverpw' command for T55xx to try to recover corrupt pass…
|
2016-07-31 21:53:14 +02:00 |
|
Alexis Green
|
415e9f00d5
|
Adding a 'recoverpw' command for T55xx to try to recover corrupt password written by a handheld cloner by fiddling with bits in the expected password.
|
2016-07-31 12:33:03 -07:00 |
|
iceman1001
|
a0c7eea77a
|
CHG: moved out some help-texts into its own usage-functions.
|
2016-07-31 11:37:19 +02:00 |
|
iceman1001
|
00abc7c1ab
|
CHG: Moved a 'include' statement to header file
|
2016-07-30 19:37:15 +02:00 |
|
iceman1001
|
955228691e
|
REM: cleaning up some commented code.
|
2016-07-30 19:36:48 +02:00 |
|
iceman1001
|
d0724780ab
|
FIX: Found a minor bug in 'LF CMDREAD' where it on device side didn't compare with the right char 'h' instead of 'H'. Re-wrote that whole part anyway, I changed periods to be max 0xFFFF in length, doubtful that a zero or one delay will be bigger than 65535...
|
2016-07-30 19:30:53 +02:00 |
|
iceman1001
|
dc6c90c376
|
CHG: The jablotron demod now deals with the strangeness of hex symbols A-F in cardid the same way a reader prints it.
|
2016-07-29 23:30:40 +02:00 |
|
iceman1001
|
dae31af21e
|
ADD: Binary Encoded Digit -> Decimal
ADD: Decimal -> Binary Encoded Digit
Ie
decimal 2345 becomes 0x2345
and
hex 0x2345 becomes decimal 2345
|
2016-07-29 23:29:37 +02:00 |
|
iceman1001
|
514ddaa2ff
|
CHG: help text changes in cmdlfjablotron.c
CHG: increase byte size to uint16_t in crc.c CRC16Legic
|
2016-07-29 20:58:52 +02:00 |
|
iceman1001
|
f5538c1c4e
|
chg: textual change.
|
2016-07-29 20:53:56 +02:00 |
|
iceman1001
|
ddbe76d3c6
|
CHG: redundant 'return' statement removed
|
2016-07-29 14:32:13 +02:00 |
|
iceman1001
|
29ce214c65
|
CHG: better printing output of card ID
CHG: better detecting in preambl. 16bits with 1, and a zero bit. Also cleared this topbit when cloneing and simulating.
|
2016-07-29 14:31:39 +02:00 |
|
iceman1001
|
8ae9b358f8
|
CHG: textual changes to help text.
CHG: removed the 'd' as input, the clone/sim commands is simpler.
CHG: printing of card ID is now zero padded.
|
2016-07-29 13:46:05 +02:00 |
|
iceman1001
|
6c28395106
|
ADD: LF JABLOTRON functionality. with clone/sim and detection in LF SEARCH.
CHG: removed no-existing crc8ja code
FIX: a check in ASKbiphaseDemod to make sure graphbuff is not empty.
|
2016-07-29 11:04:12 +02:00 |
|
iceman1001
|
e92948c60c
|
FIX: that OEM variable that is unused.
|
2016-07-28 22:22:34 +02:00 |
|
iceman1001
|
ba4ad25b37
|
FIX: Fixed some warnings I didn't take notice off.
- memcpy should have been "memset"
- forgot to add function declaration into header file.
|
2016-07-28 22:17:44 +02:00 |
|
iceman1001
|
758f5ee3e5
|
CHG: removed the wiegand converting, since I'm not happy with how its implemented. This is rework in progress.
|
2016-07-28 21:50:54 +02:00 |
|
iceman1001
|
1e2bb9c9f4
|
CHG: trying to figure out why I can't get the seconds out..
|
2016-07-28 21:48:53 +02:00 |
|
iceman1001
|
53b3c3e816
|
ADD: Added some new analyse functions like CHKSUM ADD/SUBTRACKT with one's complement
|
2016-07-28 21:47:52 +02:00 |
|
iceman1001
|
c827ffb098
|
spacing..
|
2016-07-28 21:46:27 +02:00 |
|
iceman1001
|
ab3af4fe85
|
CHG: forgot to add the reflect function
|
2016-07-28 21:45:00 +02:00 |
|
iceman1001
|
3e134b4c20
|
CHG: merged the forum user @jason 's fixes to LEGIC. *UNTESTED*
CHG: changed the CRC implementations.
|
2016-07-28 21:41:44 +02:00 |
|
iceman1001
|
83dad64b91
|
ADD: some new usb commmands from EMV, and for LEGIC.
|
2016-07-28 21:16:02 +02:00 |
|