Iceman
9f3d7bbe29
Update hfsnoop.c
...
Fix increment on bool variable (#294 ) (thanks to @ikarus23)
c87c452120
2017-05-29 09:49:02 +02:00
Iceman
d59026518e
FIX: fullimage.s19
...
According to @doegox the *.s19 file is generated with wrong offset for the data section.
ref: http://wiki.yobi.be/wiki/Proxmark#Flashing_full_image.2C_take_1
2017-05-29 09:39:25 +02:00
iceman1001
9df1d1429c
fix: https://github.com/Proxmark/proxmark3/issues/294
...
old bug where a bool variable got increased
2017-05-28 16:44:46 +02:00
BOURDY Romain
bf413f1b87
Start fixing legic.lua ! Now loads dumps fine
2017-05-17 18:52:30 +02:00
iceman1001
bafb2e1455
ADD: di token list
2017-05-08 10:14:09 +02:00
BOURDY Romain
7b8cbd38a8
Appveyor - Add strawberryperl / readline / libusb
2017-05-01 09:16:22 +02:00
Iceman
d6285fc04f
Merge pull request #108 from akileos/master
...
Add more VIGIK Keys
2017-04-29 18:57:07 +02:00
BOURDY Romain
d063559fc4
Add more VIGIK Keys
2017-04-29 16:50:57 +02:00
Iceman
5198807c52
Merge pull request #107 from akileos/master
...
AppVeyor - Make all
2017-04-29 14:34:31 +02:00
BOURDY Romain
c91e84203c
AppVeyor - Make all
2017-04-29 14:32:06 +02:00
Iceman
b00c69b5d2
Merge pull request #106 from akileos/master
...
Start fixing AppVeyor
2017-04-29 14:30:11 +02:00
BOURDY Romain
2419ac3af9
Start fixing AppVeyor
2017-04-29 13:25:27 +02:00
iceman1001
e093a375ef
CHG: added key gen algo. removed inparameter.
2017-04-29 01:08:19 +02:00
Iceman
8c9facb7b5
Update cmdhficlass.c
...
fix: 'hf iclass dump' now uses rawkey option even for credit key.
2017-04-27 16:30:14 +02:00
Iceman
489e735f86
Update Makefile.common
...
chg: disabling 512kb flashing since it has issues with the flasher code. Might enable it later on.
2017-04-26 21:32:42 +02:00
Iceman
08cc2c36d8
fix: 'hf mf chk'
...
Dictionary files will load wrong if they exceed 256lines.
2017-04-26 19:52:03 +02:00
Iceman
0781d38e7a
Update
2017-04-26 15:46:26 +02:00
Iceman
3d9a84abe2
Update README.md
2017-04-26 15:45:57 +02:00
Iceman
178d75f1af
Update README.md
2017-04-26 15:45:22 +02:00
Iceman
4d2e16b9c7
Update README.md
2017-04-26 15:43:54 +02:00
Iceman
bc61d6af20
Update README.md
2017-04-26 15:40:13 +02:00
Iceman
a9637433d5
Merge pull request #103 from Gator96100/patch-1
...
Fix crashes when compiled with a different cpu
2017-04-23 17:25:10 +02:00
Gator96100
dccc3e2c66
When compiled with MinGW use march=x86-64 instead of march=native
2017-04-23 15:27:00 +02:00
Gator96100
aff903d99f
Fix crashes when compiled with a different cpu
2017-04-22 23:36:43 +02:00
iceman1001
2d0341403e
ADD: script to change uid on a UL magic tag which uses backdoor commands
2017-04-20 15:29:45 +02:00
iceman1001
63bc529b22
CHG: remove clang warning (piwi)
2017-04-19 03:42:34 +02:00
iceman1001
8aa789b195
CHG: updated topaz imp to match PM3 Master (piwi)
2017-04-19 03:41:51 +02:00
Iceman
b0df293ddc
Merge pull request #101 from ikarus23/master
...
FIX: hf legic crc data parameter 'd' was inconsistently declared.
2017-04-15 01:59:29 +02:00
ikarus
926ea42b76
FIX: hf legic crc data parameter 'd' was inconsistently declared.
2017-04-14 11:24:49 +02:00
Iceman
d840622789
Update default_keys.dic
2017-04-05 17:28:46 +02:00
Iceman
450714d641
Update default_keys.dic
2017-04-05 17:27:09 +02:00
Iceman
4d78c76faf
Update default_pwd.dic
...
added a new cloner pwd
2017-04-04 17:22:49 +02:00
Iceman
19042d1894
Merge pull request #97 from n4k/patch-1
...
Fix missing null byte : my_executable_directory
2017-04-04 16:20:01 +02:00
n4k
94ea581d83
Fix missing null byte : my_executable_directory
2017-04-02 20:16:45 +02:00
Iceman
107b43d31c
Merge pull request #92 from RobDeBagel/patch-1
...
Remove unnecessary x86 SSE 4.2 popcnt GCC flag
2017-03-29 22:48:31 +02:00
Iceman
48bb16e840
Merge pull request #93 from angelsl/android
...
Fixes for compiling on Android
Thanks! Great that it compiles w hardnested on Android now! Really wow!
2017-03-29 22:35:37 +02:00
angelsl
396772c93a
Fixes for compiling on Android
2017-03-30 01:41:07 +08:00
Robert Jones
9640aa75a6
Remove unnecessary x86 SSE 4.2 popcnt GCC flag
...
-mpopcnt is only a valid flag for x86 platforms with SSE 4.2. Breaks on anything else, e.g. ARM
Builds/runs fine without this flag. I don't see any reference to popcnt instruction so I'm not sure what this is there for.
2017-03-29 14:09:00 +11:00
iceman1001
f7639bc338
FIX: lf sim
was broken since my little tests. Should work again.
2017-03-27 14:59:49 +02:00
iceman1001
e1778858dd
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to @Tiberius and @aczid for pointing out one of my mistakes from 2014.
2017-03-24 21:03:09 +01:00
Iceman
dbb4e93ad7
Merge pull request #90 from 4m4rOk/master
...
Updated clone/sim cmd help + minor text fixes
2017-03-18 16:34:06 +01:00
Luca
8361ba2266
Updated clone/sim cmd help + minor text fixes
2017-03-18 15:19:51 +01:00
iceman1001
966c111e8c
chg: too many \ slashes
2017-03-14 08:37:13 +01:00
iceman1001
f1202c3fa9
textual (piwi)
2017-03-14 08:30:46 +01:00
iceman1001
76a608af8e
CHG: extern methods.
...
ADD: BSWAP_64
2017-03-14 08:30:17 +01:00
iceman1001
14d6c4fc34
chg: cleaning out timing.
...
chg: makefile (piwi)
2017-03-13 09:45:46 +01:00
Iceman
33936c2155
Merge pull request #89 from angelsl/mfsetmod
...
Add Mifare Classic EV1 set load modulation command
2017-03-10 16:46:12 +01:00
iceman1001
905c55de2b
ADD: analyse nuid
- generates NUID 4byte from a UID 7byte. Mifare Classic Ev1 has this option as a activation sequences. This NUID is also used for authenticate (cuid), not the block0 data.
...
ref: http://www.gorferay.com/mifare-and-handling-of-uids/
2017-03-10 09:48:36 +01:00
angelsl
ece631fd06
Add Mifare Classic EV1 set load modulation command
2017-03-09 21:37:16 +08:00
iceman1001
86fdf240e0
ADD: starting merge @holiman 's graphic branch.
2017-03-09 11:21:25 +01:00