]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
6 years agoattempt to fix compile error gcc lt 4.9 fix_gcc-4.9 306/head
marshmellow42 [Tue, 6 Jun 2017 21:25:22 +0000 (17:25 -0400)]
attempt to fix compile error gcc lt 4.9

6 years agoMerge pull request #304 from pwpiwi/fix_nethunter
Iceman [Tue, 6 Jun 2017 20:13:10 +0000 (22:13 +0200)]
Merge pull request #304 from pwpiwi/fix_nethunter

fix compile errors on non-Intel CPUs (issue #303)

6 years agofix compile errors on non-Intel CPUs: 304/head
pwpiwi [Tue, 6 Jun 2017 16:38:07 +0000 (18:38 +0200)]
fix compile errors on non-Intel CPUs:
- client/Makefile: don't compile for different SIMD instruction sets if non-Intel
- hardnested cores: provide non-SIMD versions of core functions

6 years agoMerge pull request #302 from pwpiwi/fix_QtThreads v3.0.0
marshmellow42 [Sun, 4 Jun 2017 23:53:28 +0000 (19:53 -0400)]
Merge pull request #302 from pwpiwi/fix_QtThreads

fixing the crash on exit (issue #284)

6 years agofixing the crash on exit 302/head
pwpiwi [Thu, 1 Jun 2017 13:35:19 +0000 (15:35 +0200)]
fixing the crash on exit

6 years agoMerge pull request #301 from marshmellow42/master
Iceman [Fri, 2 Jun 2017 07:20:51 +0000 (09:20 +0200)]
Merge pull request #301 from marshmellow42/master

make hardnested compile on gcc 4.9.2

6 years agoadjust hardnested compiler fix to accurate version 301/head
marshmellow42 [Fri, 2 Jun 2017 04:17:57 +0000 (00:17 -0400)]
adjust hardnested compiler fix to accurate version

avx512f is only available in gcc 5.3 and above.

6 years agomake hardnested compile on gcc 4.9.2
marshmellow42 [Fri, 2 Jun 2017 03:08:01 +0000 (23:08 -0400)]
make hardnested compile on gcc 4.9.2

plus add Td to gitignore.

6 years agoUpdated CHANGELOG.md
pwpiwi [Thu, 1 Jun 2017 13:38:00 +0000 (15:38 +0200)]
Updated CHANGELOG.md

6 years agoMerge pull request #297 from pwpiwi/hardnested
Iceman [Thu, 1 Jun 2017 12:34:43 +0000 (14:34 +0200)]
Merge pull request #297 from pwpiwi/hardnested

Implement hf mf hardnested

6 years agofix wrong vid & pid values (#298)
Gator96100 [Wed, 31 May 2017 19:40:27 +0000 (21:40 +0200)]
fix wrong vid & pid values (#298)

6 years agoFix client Makefile 297/head
pwpiwi [Wed, 31 May 2017 06:27:08 +0000 (08:27 +0200)]
Fix client Makefile

6 years agoNew: implementing hf mf hardnested
pwpiwi [Mon, 29 May 2017 08:56:37 +0000 (10:56 +0200)]
New: implementing hf mf hardnested
This implements the attack described in
Carlo Meijer, Roel Verdult, "Ciphertext-only Cryptanalysis on Hardened
Mifare Classic Cards" in Proceedings of the 22nd ACM SIGSAC Conference on
Computer and Communications Security, 2015
It uses precomputed tables for many bitflip properties (not only two as in the paper)
and is therefore quite efficient. To prevent failing it doesn't do
differential analysis with several nonce bytes' Sum(a8) properties (each of them
may be wrongly guessed) - instead it concentrates on one nonce byte and tries all
Sum(a8) property guesses sequentially (ordered by probability). The brute force phase
makes use of aczid's bit sliced brute forcer (https://github.com/aczid/crypto1_bs).
Includes runtime CPU-detection to leverage modern (and old) SIMD instructions
with a single executable.

6 years ago Fix increment on bool variable (#294)
ikarus [Fri, 26 May 2017 09:26:27 +0000 (11:26 +0200)]
 Fix increment on bool variable (#294)

6 years agofix hf 15 commands (#293)
pwpiwi [Fri, 26 May 2017 05:10:30 +0000 (07:10 +0200)]
fix hf 15 commands (#293)

6 years agoMerge pull request #289 from patrickdk77/master
marshmellow42 [Fri, 28 Apr 2017 16:25:10 +0000 (12:25 -0400)]
Merge pull request #289 from patrickdk77/master

Add needed header files to proxguiqt

6 years agoAdd needed header files to proxguiqt 289/head
patrickdk [Fri, 28 Apr 2017 15:14:03 +0000 (11:14 -0400)]
Add needed header files to proxguiqt

6 years agoMerge pull request #287 from pwpiwi/fix_usb
Iceman [Thu, 27 Apr 2017 19:31:59 +0000 (21:31 +0200)]
Merge pull request #287 from pwpiwi/fix_usb

fix USB descriptors

6 years agoreenable build in old proxspace environment (#286)
pwpiwi [Mon, 24 Apr 2017 16:33:55 +0000 (18:33 +0200)]
reenable build in old proxspace environment (#286)

* reenable build in old proxspace environment
(use -std=c++11 and -fPIC options for Qt5 only)

* fixing the fix...

6 years agomore fixes to USB communication 287/head
pwpiwi [Mon, 24 Apr 2017 16:16:47 +0000 (18:16 +0200)]
more fixes to USB communication
- use modified UDP_GET/UDP_SET_EP_FLAGS macros from @iceman1001's branch

6 years agofix USB descriptors
pwpiwi [Mon, 24 Apr 2017 12:19:39 +0000 (14:19 +0200)]
fix USB descriptors
- indicate compliance with USB release 2.0
- set correct vendor and product IDs
- indicate power consumption (500mA)
- add String Descriptor 0 indicating supported languages
- add String Descriptors for Manufacturer and Product

6 years agoMerge pull request #281 from brianredbeard/lf-script
marshmellow42 [Thu, 20 Apr 2017 17:17:29 +0000 (13:17 -0400)]
Merge pull request #281 from brianredbeard/lf-script

contrib: LF Programming script

6 years agoMerge pull request #277 from pwpiwi/clang_warnings
pwpiwi [Wed, 19 Apr 2017 16:11:46 +0000 (18:11 +0200)]
Merge pull request #277 from pwpiwi/clang_warnings

fix clang compiler warnings (including fixing a bug revealed in cmdhftopaz.c)

6 years agoMerge pull request #282 from Proxmark/graphwork2
pwpiwi [Wed, 19 Apr 2017 16:11:07 +0000 (18:11 +0200)]
Merge pull request #282 from Proxmark/graphwork2

Implement graph improvements

6 years agoRemove built file 282/head
marshmellow42 [Wed, 19 Apr 2017 03:59:40 +0000 (23:59 -0400)]
Remove built file

6 years agofix .gitignore changes
marshmellow42 [Wed, 19 Apr 2017 03:43:42 +0000 (23:43 -0400)]
fix .gitignore changes

6 years agofix makefile to allow make of overlays.ui
marshmellow42 [Wed, 19 Apr 2017 03:41:38 +0000 (23:41 -0400)]
fix makefile to allow make of overlays.ui

to ui_overlays.h
add ui_overlays.h to .gitignore
should now compile to whatever qt version you have. (as long as it is
compatible with the overlays.ui file...)

7 years agocontrib: LF Programming script 281/head
Brian 'Redbeard' Harrington [Tue, 18 Apr 2017 15:24:42 +0000 (08:24 -0700)]
contrib: LF Programming script

Submitting a well documented Lua script whose purpose is to do
bulk, repeated, sequential programming of RFID tags.  Could be useful
for users of the ACCX Open Access 4.0 or other simple RFID systems.

Tags programmed with this would potentially be vulnerabile to bisection
attacks, etc... But honestly, they likely would have been anyway.

To use run from within the proxmark3 client:

```
proxmark3> script run lf_bulk_program.lua  -b 1000 -c 5 -f 23
--- Executing: lf_bulk_program.lua, args '-b 1000 -c 5 -f 23'
Press enter to program card 1000:23 (hex: 0020042e07d1)

Cloning tag with ID 20042e07d1
Press enter to program card 1001:23 (hex: 0020042e07d2)

Cloning tag with ID 20042e07d2
Press enter to program card 1002:23 (hex: 0020042e07d4)

Cloning tag with ID 20042e07d4
Press enter to program card 1003:23 (hex: 0020042e07d7)

Cloning tag with ID 20042e07d7
Press enter to program card 1004:23 (hex: 0020042e07d8)

Cloning tag with ID 20042e07d8

-----Finished
```

7 years agonew grid X offset calcs to fix some issues graphwork2
marshmellow42 [Mon, 17 Apr 2017 22:37:23 +0000 (18:37 -0400)]
new grid X offset calcs to fix some issues

also fixed a save_restore issue with grid alignments
now save_restoreGB() saves/restores offset values
added macro enumeration of SAVE vs RESTORE for save_restore commands.

7 years agofix y grid +
marshmellow42 [Sun, 16 Apr 2017 04:26:26 +0000 (00:26 -0400)]
fix y grid +

and move em4x50 saveGB to allow graph restore after lf search
clean up plotgraph unused code.
should be done for a bit...

7 years agoadjust lf search to not use save/restore if...
marshmellow42 [Sun, 16 Apr 2017 01:40:05 +0000 (21:40 -0400)]
adjust lf search to not use save/restore if...

offline or '1' entered
this allows the graph restore button to continue functioning after a `lf
search 1`

7 years agofinish FSK graph index changes
marshmellow42 [Sat, 15 Apr 2017 20:18:54 +0000 (16:18 -0400)]
finish FSK graph index changes

7 years agocannot seem to get uic to work for ...
marshmellow42 [Sat, 15 Apr 2017 17:40:49 +0000 (13:40 -0400)]
cannot seem to get uic to work for ...

... different qt versions in the make file correctly...
so, make the ui_overlays.h file version generic.  maybe...

7 years agoattempt ui_overlays.h qt4 version
marshmellow42 [Sat, 15 Apr 2017 17:12:56 +0000 (13:12 -0400)]
attempt ui_overlays.h qt4 version

7 years agoadd uic make ui_overlays.h
marshmellow42 [Fri, 14 Apr 2017 14:31:00 +0000 (10:31 -0400)]
add uic make ui_overlays.h

to makefile

7 years agomaybe fixed loading/unloading bug.
marshmellow42 [Fri, 14 Apr 2017 13:53:36 +0000 (09:53 -0400)]
maybe fixed loading/unloading bug.

7 years agoMerge pull request #278 from marshmellow42/graphwork
marshmellow42 [Thu, 13 Apr 2017 21:25:24 +0000 (17:25 -0400)]
Merge pull request #278 from marshmellow42/graphwork

Update Graphing Part1

7 years agoMerge branch 'graphwork2' into graphwork 278/head
marshmellow42 [Thu, 13 Apr 2017 21:24:33 +0000 (17:24 -0400)]
Merge branch 'graphwork2' into graphwork

7 years agoa few notation fixes
marshmellow42 [Thu, 13 Apr 2017 21:16:34 +0000 (17:16 -0400)]
a few notation fixes

7 years agocombine autocorr, dirth functions
marshmellow42 [Thu, 13 Apr 2017 14:33:18 +0000 (10:33 -0400)]
combine autocorr, dirth functions

fix lfdemod bug
add askedge to overlays (remove askdemod)

7 years agoupdate more demods for graphing
marshmellow42 [Wed, 12 Apr 2017 21:55:31 +0000 (17:55 -0400)]
update more demods for graphing

still todo fsk based tag demods (like HID, AWID, IO, Pyramid...)

7 years agoapply @holiman s graph changes +
marshmellow42 [Wed, 12 Apr 2017 18:35:07 +0000 (14:35 -0400)]
apply @holiman s graph changes +

add demod data to graph.
some bugs are known:
if you close the graph window data plot will not bring it back.
exiting the application without closing the widget form results in
error.
autocorrect graph y labels are ugly
form has old askdemod tab.
sticky button purpose not defined/labeled well.
doesn't clear s_Buff when new graph loaded or sampled.
probably more...

7 years agoalign clock grid with demods on graph (#276)
marshmellow42 [Wed, 12 Apr 2017 03:48:49 +0000 (23:48 -0400)]
align clock grid with demods on graph (#276)

* align clock grid with demods on graph

* proper initialized values

7 years agoproper initialized values 276/head
marshmellow42 [Wed, 12 Apr 2017 01:51:31 +0000 (21:51 -0400)]
proper initialized values

7 years agofix clang compiler warnings (including fixing a bug revealed in cmdhftopaz.c) 277/head
pwpiwi [Tue, 11 Apr 2017 16:55:33 +0000 (18:55 +0200)]
fix clang compiler warnings (including fixing a bug revealed in cmdhftopaz.c)

7 years agoalign clock grid with demods on graph
marshmellow42 [Tue, 11 Apr 2017 14:34:43 +0000 (10:34 -0400)]
align clock grid with demods on graph

7 years agoavoid vast number of warnings with clang compiler
pwpiwi [Tue, 11 Apr 2017 05:05:22 +0000 (07:05 +0200)]
avoid vast number of warnings with clang compiler

7 years agoCompatibility fixes for Qt5 (#271)
pwpiwi [Tue, 11 Apr 2017 04:58:20 +0000 (06:58 +0200)]
Compatibility fixes for Qt5 (#271)

* Compatibility fixes for Qt5
- make Qt detection in client/Makefile independent of OS
- added -std=c++11 and -fPIC as compiler options (required by some Qt versions, breaks compiling with old ProxSpace environment)

7 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
pwpiwi [Mon, 10 Apr 2017 17:37:05 +0000 (19:37 +0200)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

7 years agofix missing terminating 0 in my_executable_directory (thanks @iceman1001).
pwpiwi [Mon, 10 Apr 2017 16:39:33 +0000 (18:39 +0200)]
fix missing terminating 0 in my_executable_directory (thanks @iceman1001).
fix warning about const used twice in get_my_executable_path() and get_my_executable_directory().

7 years agoMerge pull request #274 from marshmellow42/master
pwpiwi [Mon, 10 Apr 2017 16:01:04 +0000 (18:01 +0200)]
Merge pull request #274 from marshmellow42/master

lf read adjustments

7 years agofix length test 274/head
marshmellow42 [Mon, 10 Apr 2017 15:38:11 +0000 (11:38 -0400)]
fix length test

thanks @pwpiwi for catching what i missed.

7 years agofix silent option for getSamples
marshmellow42 [Fri, 7 Apr 2017 22:10:01 +0000 (18:10 -0400)]
fix silent option for getSamples

7 years agoupdate changelog
marshmellow42 [Fri, 7 Apr 2017 22:05:23 +0000 (18:05 -0400)]
update changelog

7 years agofix buffer length bugs
marshmellow42 [Fri, 7 Apr 2017 22:00:55 +0000 (18:00 -0400)]
fix buffer length bugs

adjust lf search a little as to when the chiptype check happens

7 years agofix pskclockdetect bug
marshmellow42 [Fri, 7 Apr 2017 21:41:22 +0000 (17:41 -0400)]
fix pskclockdetect bug

7 years agolf read adjustments
marshmellow42 [Fri, 7 Apr 2017 21:28:12 +0000 (17:28 -0400)]
lf read adjustments

add parameter for # bits to read
auto get samples after lf read/snoop (don't need to do a `data samples`
anymore)
add safe function to get DemodBuffer
add some lf demod comments and apply new lf_read function instead of
read then get samples.
fixed output bug in lf t55xx config print
fixed small bug in lf t55xx detect during ST check

7 years agono longer need doT55x7Acquisition...
marshmellow42 [Thu, 6 Apr 2017 01:37:04 +0000 (21:37 -0400)]
no longer need doT55x7Acquisition...

7 years agoadjust t55x7 testmode write timing
marshmellow42 [Thu, 6 Apr 2017 01:19:48 +0000 (21:19 -0400)]
adjust t55x7 testmode write timing

7 years agoMerge pull request #268 from marshmellow42/master
Iceman [Wed, 5 Apr 2017 13:41:16 +0000 (15:41 +0200)]
Merge pull request #268 from marshmellow42/master

various lf bug fixes and improvements

7 years agofix command help 268/head
marshmellow42 [Tue, 4 Apr 2017 21:34:15 +0000 (17:34 -0400)]
fix command help

add comments in changelog

7 years agofix bug in st detect +
marshmellow42 [Tue, 4 Apr 2017 21:22:21 +0000 (17:22 -0400)]
fix bug in st detect +

adjust nrz t55xx detection to reduce false positives on weak antennas
adjust t55xx read wait to get past initial startup wave.

7 years agolf improvements
marshmellow42 [Tue, 4 Apr 2017 15:52:10 +0000 (11:52 -0400)]
lf improvements

fix noralsy demod bug (st should be true)
fix sprint_bin_break bug (didn't print last bit)
add a function to save/restore demodbuffer
remove redundant countFC call in PSKDemod
clean up pskclockdetect functions
fix indala26decode bug (end of data sometimes not correct)
improve PSK detection / demodulation
improve NRZ detection
improve t55xx commands & fix a few bugs
add t55xx page1 detection - added it to lf search
added experimental t55xx testmode write

7 years agoMerge pull request #266 from marshmellow42/master
pwpiwi [Sat, 1 Apr 2017 07:44:17 +0000 (09:44 +0200)]
Merge pull request #266 from marshmellow42/master

a few more tools for em4x05 writing

7 years agoadd verification data was entered-lf em 4x05 write 266/head
marshmellow42 [Fri, 31 Mar 2017 16:52:30 +0000 (12:52 -0400)]
add verification data was entered-lf em 4x05 write

7 years agofix return value for error.
marshmellow42 [Fri, 31 Mar 2017 16:22:30 +0000 (12:22 -0400)]
fix return value for error.

7 years agoMerge remote-tracking branch 'upstream/master'
marshmellow42 [Fri, 31 Mar 2017 16:18:50 +0000 (12:18 -0400)]
Merge remote-tracking branch 'upstream/master'

7 years agoa few more tools for em4x05 writing.
marshmellow42 [Fri, 31 Mar 2017 16:14:28 +0000 (12:14 -0400)]
a few more tools for em4x05 writing.

ready to begin coding cloning cmds to em4x05.

7 years agoUpdate/cleanup Makefiles (#265)
pwpiwi [Fri, 31 Mar 2017 14:04:04 +0000 (16:04 +0200)]
Update/cleanup Makefiles (#265)

- add new target "make mfkey" to build mfkey32 and mfkey64
- include above when "make all"
- fix Qt detection for Kali Linux
- create and use dependency files when building client
- create client/lualibs/usb_cmd.lua from include/usb_cmd.h when building client
- add Windows *.exe files with "make tarbin"
- For the time being don't include Makefile.common in Makefile and client/Makefile
- set com3 as default flashing port for Windows (including mingw)
- remove static targets snooper and cli. Remove their sources as well.

7 years agoMerge pull request #264 from qweenwasabi/master
marshmellow42 [Fri, 31 Mar 2017 03:12:22 +0000 (23:12 -0400)]
Merge pull request #264 from qweenwasabi/master

Update README.txt

7 years agoFix data mtrim (#262)
marshmellow42 [Thu, 30 Mar 2017 20:23:02 +0000 (16:23 -0400)]
Fix data mtrim (#262)

I don't even know what happened there...

7 years agoUpdate README.txt 264/head
Jacky [Thu, 30 Mar 2017 19:51:49 +0000 (12:51 -0700)]
Update README.txt

7 years agoFix data mtrim 262/head
marshmellow42 [Thu, 30 Mar 2017 16:05:03 +0000 (12:05 -0400)]
Fix data mtrim

I don't even know what happened there...

7 years agoFixed compile error in MinGW (#260)
m2otech [Thu, 30 Mar 2017 01:39:39 +0000 (03:39 +0200)]
Fixed compile error in MinGW (#260)

* Fixed compile error in MinGW

Some versions of MinGW miss some definitions. In order to be able to
compile I redefined a function and added an explicit include. It is only
a quick workaround, as other people also seemed to have the same
problem. It should be checked whether a better solution is possible.

* Removed _ftime_s redefine, calling _ftime directly

7 years agoMerge pull request #256 from pwpiwi/fast_select
Iceman [Wed, 29 Mar 2017 15:36:37 +0000 (17:36 +0200)]
Merge pull request #256 from pwpiwi/fast_select

add: iceman1001's idea to reuse @pwpiwi's fast select without anticol…

7 years agoMerge pull request #259 from marshmellow42/master
Iceman [Wed, 29 Mar 2017 15:12:55 +0000 (17:12 +0200)]
Merge pull request #259 from marshmellow42/master

fix/update removeParity & fix securakey detection

7 years agofix/update removeParity & fix securakey detection 259/head
marshmellow42 [Wed, 29 Mar 2017 14:02:29 +0000 (10:02 -0400)]
fix/update removeParity & fix securakey detection

7 years agoMerge pull request #258 from marshmellow42/master
Iceman [Wed, 29 Mar 2017 05:39:40 +0000 (07:39 +0200)]
Merge pull request #258 from marshmellow42/master

Add lf jablotron & lf noralsy tag definitions/cmds

7 years agoadd lf securakey 258/head
marshmellow42 [Wed, 29 Mar 2017 04:37:16 +0000 (00:37 -0400)]
add lf securakey

still unknown - checksum and how FC relates to printed FC/Code

also removed noralsy extra ST check (i was tired...)

7 years agofix build error on kali in new noralsy
marshmellow42 [Tue, 28 Mar 2017 22:15:43 +0000 (18:15 -0400)]
fix build error on kali in new noralsy

7 years agoadd jablotron+noralsy lf tag definitions/cmds
marshmellow42 [Tue, 28 Mar 2017 22:01:45 +0000 (18:01 -0400)]
add jablotron+noralsy lf tag definitions/cmds

Thanks to @iceman1001 for most of the code.
Jablotron is complete
noralsy is mostly known - a few bits are still unknown.

7 years agoMerge pull request #257 from marshmellow42/master
Iceman [Tue, 28 Mar 2017 14:04:27 +0000 (16:04 +0200)]
Merge pull request #257 from marshmellow42/master

split lf paradox/nexwatch into own files

7 years agofix copy paste header issue 257/head
marshmellow42 [Tue, 28 Mar 2017 13:11:29 +0000 (09:11 -0400)]
fix copy paste header issue

thanks @iceman101 for noticing.
since i forgot to remove it from cmddata.h it didn't show during
compile.

7 years agosplit lf paradox/nexwatch into own files
marshmellow42 [Mon, 27 Mar 2017 22:04:20 +0000 (18:04 -0400)]
split lf paradox/nexwatch into own files

see changelog.md for cli changes!

7 years agoadd: iceman1001's idea to reuse @pwpiwi's fast select without anticollision to speedu... 256/head
pwpiwi [Mon, 27 Mar 2017 08:28:06 +0000 (10:28 +0200)]
add: iceman1001's idea to reuse @pwpiwi's fast select without anticollision to speedup hf mf chk
(see http://www.proxmark.org/forum/viewtopic.php?id=2920)

7 years agoMerge pull request #254 from marshmellow42/master
Iceman [Sun, 26 Mar 2017 21:39:37 +0000 (23:39 +0200)]
Merge pull request #254 from marshmellow42/master

fix indentation warning

7 years agofix indentation warning 254/head
marshmellow42 [Sun, 26 Mar 2017 21:35:16 +0000 (17:35 -0400)]
fix indentation warning

thanks to piwi for finding.

7 years agoMerge pull request #253 from marshmellow42/master
marshmellow42 [Sun, 26 Mar 2017 17:35:32 +0000 (13:35 -0400)]
Merge pull request #253 from marshmellow42/master

fix missing header

7 years agofix missing header 253/head
marshmellow42 [Sun, 26 Mar 2017 17:34:38 +0000 (13:34 -0400)]
fix missing header

http://www.proxmark.org/forum/viewtopic.php?pid=26786#p26786

7 years agoMerge pull request #252 from marshmellow42/master
Iceman [Sun, 26 Mar 2017 13:24:07 +0000 (15:24 +0200)]
Merge pull request #252 from marshmellow42/master

adjust lf menu descriptions

7 years agoadjust lf menu descriptions 252/head
marshmellow42 [Sun, 26 Mar 2017 12:46:45 +0000 (08:46 -0400)]
adjust lf menu descriptions

RFIDs for tag formats that can be emulated by many chips
CHIPs for chip specific commands

7 years agoMerge pull request #251 from marshmellow42/master
Iceman [Sun, 26 Mar 2017 12:35:42 +0000 (14:35 +0200)]
Merge pull request #251 from marshmellow42/master

split fdx-b demod to its own file

7 years agosplit fdx-b demod to its own file 251/head
marshmellow42 [Sun, 26 Mar 2017 12:09:40 +0000 (08:09 -0400)]
split fdx-b demod to its own file

added @iceman1001 s read/sim/clone commands for fdx--b
check changelog.md for cli changes!

7 years agoMerge pull request #250 from pwpiwi/fix_mfkey
Iceman [Sun, 26 Mar 2017 11:05:26 +0000 (13:05 +0200)]
Merge pull request #250 from pwpiwi/fix_mfkey

fix mfkey tools (issue #247)

7 years agofix mfkey tools (issue #247) 250/head
pwpiwi [Sun, 26 Mar 2017 10:28:07 +0000 (12:28 +0200)]
fix mfkey tools (issue #247)
- add -std=c99 -D_ISOC99_SOURCE to compiler flags
- fix: include <string.h> instead of <strings.h> in mfkey64.c

7 years agoMerge pull request #249 from pwpiwi/parity
Iceman [Sun, 26 Mar 2017 06:28:43 +0000 (08:28 +0200)]
Merge pull request #249 from pwpiwi/parity

Refactor parity functions

7 years agoMerge pull request #248 from marshmellow42/master
Iceman [Sun, 26 Mar 2017 06:26:30 +0000 (08:26 +0200)]
Merge pull request #248 from marshmellow42/master

Split data askgproxiidemod to own file

7 years agoRefactor parity functions 249/head
pwpiwi [Fri, 24 Mar 2017 22:50:50 +0000 (23:50 +0100)]
Refactor parity functions
- get rid of __asm function in crapto1.h, use gcc builtin function instead
- make parity functions available in common directory

7 years agoSplit data askgproxiidemod to own file 248/head
marshmellow42 [Sat, 25 Mar 2017 19:51:31 +0000 (15:51 -0400)]
Split data askgproxiidemod to own file

added lf gproxii read (from antenna)
fixed a few copy paste issues in the comments of some lf files

7 years agoMerge pull request #246 from marshmellow42/master
Iceman [Sat, 25 Mar 2017 12:12:05 +0000 (13:12 +0100)]
Merge pull request #246 from marshmellow42/master

hitag sim fix

mea culpa.

Impressum, Datenschutz