]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
9 years agohf 14a reader enhancement
pwpiwi [Mon, 30 Jun 2014 06:21:50 +0000 (08:21 +0200)]
hf 14a reader enhancement

In order to be able to distinguish between Mifare Classic and Mifare Plus
in Security Level 1 (SL1, Mifare Classic Compatibility Mode), hf 14a reader
now always tries RATS - even if SAK claims not to support ISO14443-4.

9 years agomore work towards iclass elite dumping.. not quite finished yet though :(
Martin Holst Swende [Sun, 29 Jun 2014 22:20:40 +0000 (00:20 +0200)]
more work towards iclass elite dumping.. not quite finished yet though :(

9 years agoMerged two iclass-reader functions into one to remove duplicated code, update loclass...
Martin Holst Swende [Sun, 29 Jun 2014 21:34:24 +0000 (23:34 +0200)]
Merged two iclass-reader functions into one to remove duplicated code, update loclass library with hash2 algo

9 years agoMerge branch 'PenturaLabs-iclass-research' of github.com:Proxmark/proxmark3 into...
Martin Holst Swende [Sun, 29 Jun 2014 11:52:05 +0000 (13:52 +0200)]
Merge branch 'PenturaLabs-iclass-research' of github.com:Proxmark/proxmark3 into PenturaLabs-iclass-research

9 years agoMinor
Martin Holst Swende [Sun, 29 Jun 2014 11:48:13 +0000 (13:48 +0200)]
Minor

9 years agoChanges inorder for iclass dump to work correctly
Midnitesnake [Sun, 29 Jun 2014 08:25:31 +0000 (09:25 +0100)]
Changes inorder for iclass dump to work correctly

9 years agoSome minor changes [iclass-related]
Martin Holst Swende [Sat, 28 Jun 2014 20:57:48 +0000 (22:57 +0200)]
Some minor changes [iclass-related]

9 years agoMerge branch 'iclass-research' of https://github.com/PenturaLabs/proxmark3 into Pentu...
Martin Holst Swende [Sat, 28 Jun 2014 18:52:37 +0000 (20:52 +0200)]
Merge branch 'iclass-research' of https://github.com/PenturaLabs/proxmark3 into PenturaLabs-iclass-research

Conflicts:
README.txt
armsrc/apps.h
client/Makefile
client/cmdhficlass.c
client/cmdhficlass.h

9 years agoMerge pull request #17 from Proxmark/iclass-fixes
Martin Holst Swende [Sat, 28 Jun 2014 10:50:09 +0000 (12:50 +0200)]
Merge pull request #17 from Proxmark/iclass-fixes

Iclass fixes

9 years agoMerge remote-tracking branch 'origin/master' into iclass-fixes 17/head
Martin Holst Swende [Sat, 28 Jun 2014 10:47:40 +0000 (12:47 +0200)]
Merge remote-tracking branch 'origin/master' into iclass-fixes

9 years agofpga/min_max_tracker.v: english
iZsh [Fri, 27 Jun 2014 21:28:56 +0000 (23:28 +0200)]
fpga/min_max_tracker.v: english

9 years agogit housekeeping:
pwpiwi [Fri, 27 Jun 2014 17:23:42 +0000 (19:23 +0200)]
git housekeeping:
- added *.log files to .gitignore
- new file .gitattributes: tell git not to diff or merge binary *.bit (FPGA) files

9 years agoNew LF edge detection algorithm + lowpass filter
iZsh [Sat, 21 Jun 2014 22:26:38 +0000 (00:26 +0200)]
New LF edge detection algorithm + lowpass filter

This is a new LF edge detection algorithm for the FPGA.

- It uses a low-pass IIR filter to clean the signal
(see https://fail0verflow.com/blog/2014/proxmark3-fpga-iir-filter.html)
- The algorithm is able to detect consecutive peaks in the same
  direction
- It uses an envelope follower to dynamically adjust the peak thresholds
- The main threshold used in the envelope follower can be set from the ARM side

fpga/lf_edge_detect.v,
fpga/lp20khz_1MSa_iir_filter.v,
fpga/min_max_tracker.v: New file.

fpga/lo_edge_detect.v, fpga/fpga_lf.v: Modify accordingly.

armsrc/apps.h (FPGA_CMD_SET_USER_BYTE1,
FPGA_CMD_SET_EDGE_DETECT_THRESHOLD): New FPGA command.
fpga/fpga_lf.v: Modify accordingly/Add a 8bit user register.

fpga/fpga_lf.bit: Update accordingly.

fpga/tests: New directory for testbenches

fpga/tests/Makefile: New file. It compiles the testbenches
and runs all the tests by default (comparing with the golden output)

fpga/tests/tb_lp20khz_1MSa_iir_filter.v,
fpga/tests/tb_min_max_tracker.v,
fpga/tests/tb_lf_edge_detect.v: New testbenches

fpga/tests/plot_edgedetect.py: New script to plot the results from
the edge detection tests.

fpga/tests/tb_data: New directory for data and golden outputs

9 years agoMerged with master
Martin Holst Swende [Fri, 27 Jun 2014 11:16:31 +0000 (13:16 +0200)]
Merged with master

9 years agofix for better csns
Martin Holst Swende [Fri, 27 Jun 2014 10:52:28 +0000 (12:52 +0200)]
fix for better csns

9 years agoKeep the PM3 code repo clean of website/wiki stuff.
ikarus [Thu, 26 Jun 2014 08:50:23 +0000 (10:50 +0200)]
Keep the PM3 code repo clean of website/wiki stuff.

9 years agoBugfixes:
pwpiwi [Thu, 26 Jun 2014 05:57:49 +0000 (07:57 +0200)]
Bugfixes:
- Byteorder was wrong when displaying ATQA in hf 14a read
- 7 Byte UIDs were truncated to 4 Bytes when displaying in hf 14a cuids

9 years agonew command "lf snoop" to snoop raw ADC values
iZsh [Sat, 21 Jun 2014 19:33:54 +0000 (21:33 +0200)]
new command "lf snoop" to snoop raw ADC values

fpga/lo_read.v (lf_field): new argument.
fpga/fpga_lf.v: modify accordingly.

armsrc/apps.h (FPGA_MAJOR_MODE_LF_READER): Rename as FPGA_MAJOR_MODE_LF_ADC.
armsrc/apps.h (FPGA_LF_ADC_READER_FIELD): New LF option.
armsrc/lfops.c: Modify accordingly.

client/cmdlf.c (CmdLFSnoop): New command.
armsrc/appmain.c, armsrc/lfops.c, client/cmdlf.h, include/usb_cmd.h: Modify accordingly.

9 years agofpga/fpga_hf.v, fpga_lf.v, lo_edge_detect.v, lo_passthru.v, lo_read.v: copyright...
iZsh [Fri, 20 Jun 2014 10:38:58 +0000 (12:38 +0200)]
fpga/fpga_hf.v, fpga_lf.v, lo_edge_detect.v, lo_passthru.v, lo_read.v: copyright notice

9 years agoarmsrc/fpgaloader.c: forgot the copyright notice
iZsh [Fri, 20 Jun 2014 10:29:58 +0000 (12:29 +0200)]
armsrc/fpgaloader.c: forgot the copyright notice

9 years agoTHIS REQUIRES A BOOTROM UPDATE!! To save FPGA area, split the LF and HF bitstreams...
iZsh [Thu, 19 Jun 2014 23:02:59 +0000 (01:02 +0200)]
THIS REQUIRES A BOOTROM UPDATE!! To save FPGA area, split the LF and HF bitstreams and load them on-demand.

9 years agoimplemented 'hf iclass dump xxxx', 15/head
penturalabs [Tue, 17 Jun 2014 09:55:37 +0000 (10:55 +0100)]
implemented 'hf iclass dump xxxx',
all you need is the magic key to dump contents of an iclass card

9 years agoMore work on iclass simulation attack
Martin Holst Swende [Mon, 16 Jun 2014 19:27:12 +0000 (21:27 +0200)]
More work on iclass simulation attack

9 years agoAdded enios dirthreshold command, patch from http://www.proxmark.org/forum/viewtopic...
Martin Holst Swende [Wed, 11 Jun 2014 06:42:37 +0000 (08:42 +0200)]
Added enios dirthreshold command, patch from http://www.proxmark.org/forum/viewtopic.php?pid=11577#p11577

9 years agoMinor changes, it may actually work now, need to test with a credentialed reader
Martin Holst Swende [Sat, 7 Jun 2014 20:16:57 +0000 (22:16 +0200)]
Minor changes, it may actually work now, need to test with a credentialed reader

9 years agoMerged with head
Martin Holst Swende [Sat, 7 Jun 2014 20:04:27 +0000 (22:04 +0200)]
Merged with head

9 years agodebug in progress
Martin Holst Swende [Sat, 7 Jun 2014 20:00:31 +0000 (22:00 +0200)]
debug in progress

9 years agoMinor changes in iclass.c
Martin Holst Swende [Sat, 7 Jun 2014 19:49:56 +0000 (21:49 +0200)]
Minor changes in iclass.c

9 years agonew fpga image for better iso15693 simulation
Martin Holst Swende [Sat, 7 Jun 2014 19:44:45 +0000 (21:44 +0200)]
new fpga image for better iso15693 simulation

9 years agoAdded mode for 424k modulation (iso 15693)
Martin Holst Swende [Sat, 7 Jun 2014 19:40:47 +0000 (21:40 +0200)]
Added mode for 424k modulation (iso 15693)

9 years agoAdded 424KHz mode for iso 15693 simulation
Martin Holst Swende [Sat, 7 Jun 2014 19:39:52 +0000 (21:39 +0200)]
Added 424KHz mode for iso 15693 simulation

9 years agoimproved calc_iclass_mac to work independant of size
penturalabs [Fri, 2 May 2014 22:30:03 +0000 (23:30 +0100)]
improved calc_iclass_mac to work independant of size

9 years agoUpdated proxmark research with Holiman's loclass framework
Andrew Davies [Fri, 2 May 2014 10:11:54 +0000 (11:11 +0100)]
Updated proxmark research with Holiman's loclass framework

9 years agoFixed (?) http://www.proxmark.org/forum/viewtopic.php?id=1967, two bytes are discarde...
Martin Holst Swende [Sat, 26 Apr 2014 14:15:16 +0000 (16:15 +0200)]
Fixed (?) http://www.proxmark.org/forum/viewtopic.php?id=1967, two bytes are discarded when adding crc and sending raw iso14443a commands

9 years agoMore work on iclass
Martin Holst Swende [Thu, 24 Apr 2014 13:48:00 +0000 (15:48 +0200)]
More work on iclass

9 years agoImplemented client side changes for iclass hack, attempted to fix issues with trace...
Martin Holst Swende [Thu, 24 Apr 2014 12:13:33 +0000 (14:13 +0200)]
Implemented client side changes for iclass hack, attempted to fix issues with trace. The trace functionality from iso14443 has been rewritten, unfortunately iclass used that also, which made iclass 'list' stop functioning, both for simulation and snooping

10 years agoExperimenting with hacking iclass
Martin Holst Swende [Thu, 17 Apr 2014 07:53:54 +0000 (09:53 +0200)]
Experimenting with hacking iclass

10 years agoImplement replay command.
penturalabs [Tue, 15 Apr 2014 10:47:01 +0000 (11:47 +0100)]
Implement replay command.

10 years agoFinal (?) fixes to git versioning https://github.com/Proxmark/proxmark3/issues/10
Martin Holst Swende [Fri, 4 Apr 2014 18:14:58 +0000 (20:14 +0200)]
Final (?) fixes to git versioning https://github.com/Proxmark/proxmark3/issues/10

10 years agoAdded lua, luac and proxmark3 (compieled binaries) to .gitignore.
ikarus [Wed, 2 Apr 2014 19:51:35 +0000 (21:51 +0200)]
Added lua, luac and proxmark3 (compieled binaries) to .gitignore.

10 years agoUpdated nameing (svn -> git) & fixed whitespaces.
ikarus [Wed, 2 Apr 2014 19:46:25 +0000 (21:46 +0200)]
Updated nameing (svn -> git) & fixed whitespaces.

10 years agoChanged size of version info v1.0.0
Martin Holst Swende [Wed, 2 Apr 2014 09:55:16 +0000 (11:55 +0200)]
Changed size of version info

10 years agoFixed so build scripts utilises the git version
Martin Holst Swende [Tue, 1 Apr 2014 18:52:45 +0000 (20:52 +0200)]
Fixed so build scripts utilises the git version

10 years agoRefactoring low frequency operations, now 'lf hid fskdemod' is more stable. Also...
Martin Holst Swende [Mon, 31 Mar 2014 15:57:14 +0000 (17:57 +0200)]
Refactoring low frequency operations, now 'lf hid fskdemod' is more stable. Also did changes to handling ioprox tags, this is yet untested, so until it's been tested it should be kept off 'stable' branch

10 years agoMajor refactoring of lfops, removed a lot of duplicate code
Martin Holst Swende [Sun, 30 Mar 2014 13:59:54 +0000 (15:59 +0200)]
Major refactoring of lfops, removed a lot of duplicate code

10 years agoMerge pull request #9 from doegox/addhelpm
Martin Holst Swende [Fri, 28 Mar 2014 11:27:38 +0000 (12:27 +0100)]
Merge pull request #9 from doegox/addhelpm

Merged Addhelp -h / Markdown help -m, it now does not crash on windows (http://www.proxmark.org/forum/viewtopic.php?pid=10461#p10461)

10 years agoWiki
W8M2Hg9lLmWqXSGC [Thu, 27 Mar 2014 23:55:46 +0000 (10:55 +1100)]
Wiki

Added sidebar.

10 years agoWiki
W8M2Hg9lLmWqXSGC [Thu, 27 Mar 2014 22:54:38 +0000 (09:54 +1100)]
Wiki

Slowly updating the wiki.
Home and hardware pages.

10 years agoMarkdown help: use fixed column width 9/head
Philippe Teuwen [Thu, 27 Mar 2014 15:49:37 +0000 (16:49 +0100)]
Markdown help: use fixed column width

10 years agoRestore original inline help behavior as we've now separate fcts for -h/-m
Philippe Teuwen [Wed, 26 Mar 2014 22:51:22 +0000 (23:51 +0100)]
Restore original inline help behavior as we've now separate fcts for -h/-m

10 years agoProvide option -m for markdown help dump, -h for text dump
Philippe Teuwen [Wed, 26 Mar 2014 22:35:53 +0000 (23:35 +0100)]
Provide option -m for markdown help dump, -h for text dump

10 years agoFix description in help dump
Philippe Teuwen [Wed, 26 Mar 2014 21:44:25 +0000 (22:44 +0100)]
Fix description in help dump

10 years agoFix offline column in help dump
Philippe Teuwen [Wed, 26 Mar 2014 21:29:41 +0000 (22:29 +0100)]
Fix offline column in help dump

10 years agoFixes to implement generation of markdown auto-generated documentation
Martin Holst Swende [Wed, 26 Mar 2014 21:35:25 +0000 (22:35 +0100)]
Fixes to implement generation of markdown auto-generated documentation

10 years agoAdd option -h to dump complete set of supported commands
Philippe Teuwen [Wed, 26 Mar 2014 21:08:55 +0000 (22:08 +0100)]
Add option -h to dump complete set of supported commands

Usage: ./proxmark3 -h
Display both offline & online commands, online commands are flagged.

git-svn-id: https://proxmark3.googlecode.com/svn/trunk@850 ef4ab9da-24cd-11de-8aaa-f3a34680c41f

10 years agoUpdate README.txt
W8M2Hg9lLmWqXSGC [Wed, 26 Mar 2014 04:12:32 +0000 (15:12 +1100)]
Update README.txt

Removed old information.

10 years agoMerge pull request #8 from pwpiwi/master
holiman [Tue, 25 Mar 2014 20:49:05 +0000 (21:49 +0100)]
Merge pull request #8 from pwpiwi/master

add .gitignore and merge svn r852

10 years agoImprovements/Fixes to 14443 sniffing/snooping 8/head
pwpiwi [Tue, 25 Mar 2014 20:38:24 +0000 (21:38 +0100)]
Improvements/Fixes to 14443 sniffing/snooping

- fixed a circular buffer rollover bug in iso14443a.c
- fixed 7 Byte UID handling in hf mf sniff
- fixed "cannot append" error in hf mf sniff d
- fixed hint on mfkey32 in hf mf sim x
- fixed hf mf sniff sometimes showing rogue data from previous calloc
- improve snooping/sniffing by syncing modulation detector window with reader signal (hi_iso14443a.v)
- code cleanup of hi_iso14443a.v

10 years agoProvide .gitignore to prevent unwanted files to be committed
pwpiwi [Tue, 25 Mar 2014 20:31:37 +0000 (21:31 +0100)]
Provide .gitignore to prevent unwanted files to be committed

10 years agoMerge pull request #7 from PenturaLabs/master
W8M2Hg9lLmWqXSGC [Mon, 24 Mar 2014 20:07:48 +0000 (07:07 +1100)]
Merge pull request #7 from PenturaLabs/master

Re-submitting Midnitesnake's Mifare Ultralight Patch

10 years agoMerge pull request #5 from PenturaLabs/master
W8M2Hg9lLmWqXSGC [Fri, 21 Mar 2014 09:35:14 +0000 (20:35 +1100)]
Merge pull request #5 from PenturaLabs/master

Kantech ioProx Support - Fix

10 years agoUpdate cmdlfio.h 5/head
PenturaLabs [Fri, 21 Mar 2014 07:51:51 +0000 (07:51 +0000)]
Update cmdlfio.h

10 years agoSorry, included missing files from last pull request
penturalabs [Fri, 21 Mar 2014 07:45:18 +0000 (07:45 +0000)]
Sorry, included missing files from last pull request

10 years agoMerge pull request #2 from PenturaLabs/master
W8M2Hg9lLmWqXSGC [Tue, 18 Mar 2014 21:47:28 +0000 (08:47 +1100)]
Merge pull request #2 from PenturaLabs/master

Added Kantech ioProx Support

10 years agoMerge pull request #1 from midnitesnake/master
W8M2Hg9lLmWqXSGC [Tue, 18 Mar 2014 21:46:04 +0000 (08:46 +1100)]
Merge pull request #1 from midnitesnake/master

Unique Tag  Support

10 years agoAdded Kantech ioProx Support 2/head
penturalabs [Tue, 18 Mar 2014 20:52:48 +0000 (20:52 +0000)]
Added Kantech ioProx Support

10 years agoRe-submitting Midnitesnake's Mifare Ultralight Patch 7/head
PenturaLabs [Tue, 18 Mar 2014 14:02:32 +0000 (14:02 +0000)]
Re-submitting Midnitesnake's Mifare Ultralight Patch

10 years agoAdded Unique Code to EM41x 1/head
midnitesnake [Tue, 18 Mar 2014 07:42:54 +0000 (07:42 +0000)]
Added Unique Code to EM41x

10 years agoAdded Unique Code to EM41x
midnitesnake [Tue, 18 Mar 2014 07:41:02 +0000 (07:41 +0000)]
Added Unique Code to EM41x

10 years agoAdded an important notice.
W8M2Hg9lLmWqXSGC [Mon, 17 Mar 2014 04:41:33 +0000 (15:41 +1100)]
Added an important notice.

Moving the repository from google code to GitHub is up for discussion!
Please check out the following thread and post your comments...
http://www.proxmark.org/forum/viewtopic.php?id=1902
Discussions will close on March 31st.

10 years agoPatch submitted by 'FireFart', for some issues with 'hf mf chk'. See http://www.proxm...
martin.holst@gmail.com [Thu, 27 Feb 2014 18:10:12 +0000 (18:10 +0000)]
Patch submitted by 'FireFart', for some issues with 'hf mf chk'. See http://www.proxmark.org/forum/viewtopic.php?id=1888 for more info

10 years agoiso14444a: minor FPGA bugfix
micki.held@gmx.de [Tue, 25 Feb 2014 06:49:49 +0000 (06:49 +0000)]
iso14444a: minor FPGA bugfix

10 years agoMore robust iso14443a sniffing/simulation functions by
micki.held@gmx.de [Sun, 23 Feb 2014 15:46:19 +0000 (15:46 +0000)]
More robust iso14443a sniffing/simulation functions by
- iso14443a.c: less strict Miller/Manchester decoders
- FPGA hi_iso14443a.v: syncing on external readers' clock when simulating and sniffing.

10 years ago- fixed iso1443a ManchesterDecoder in order to fix broken Snoop/Sniff
micki.held@gmx.de [Wed, 19 Feb 2014 20:35:04 +0000 (20:35 +0000)]
- fixed iso1443a ManchesterDecoder in order to fix broken Snoop/Sniff
- enhanced tracing: hf 14a list now shows meaningful timing information. With new option f it also shows the frame delay times (fdt)
- small fix for hf 14b list - it used to run into the trace trailer
- hf 14a sim now obeys iso14443 timing (fdt of 1172 or 1234 resp.)
Note: you need to flash FPGA as well.
More details in http://www.proxmark.org/forum/viewtopic.php?pid=9721#p9721

10 years agoreverted a non-intended commit with crappy debug printouts
martin.holst@gmail.com [Wed, 5 Feb 2014 18:53:55 +0000 (18:53 +0000)]
reverted a non-intended commit with crappy debug printouts

10 years agoFixed error with ar/nr-collection
martin.holst@gmail.com [Wed, 5 Feb 2014 08:07:27 +0000 (08:07 +0000)]
Fixed error with ar/nr-collection

10 years agoMinor typo
martin.holst@gmail.com [Fri, 31 Jan 2014 21:24:18 +0000 (21:24 +0000)]
Minor typo

10 years agoVarious improvements on the Mifare1kSimulation. Fixed issue with tracebuffer not...
martin.holst@gmail.com [Fri, 31 Jan 2014 21:17:34 +0000 (21:17 +0000)]
Various improvements on the Mifare1kSimulation. Fixed issue with tracebuffer not being cleared, fixed issue with 'static' errors, added modes for doing reader-only attack, added interactive mode, added possibility to set UID from cmdline, either 7-byte or 4-byte. See http://www.proxmark.org/forum/viewtopic.php?id=1529 and http://www.proxmark.org/forum/viewtopic.php?id=1649&p=3 for some more background and discussion

10 years agoFixed (?) issue with mifare simulation auth failed. See http://www.proxmark.org/forum...
martin.holst@gmail.com [Wed, 22 Jan 2014 08:49:28 +0000 (08:49 +0000)]
Fixed (?) issue with mifare simulation auth failed. See http://www.proxmark.org/forum/viewtopic.php?pid=9192#p9192

10 years ago- improved reader sensitivity for 14443a cards (FPGA change!)
micki.held@gmx.de [Tue, 19 Nov 2013 18:52:40 +0000 (18:52 +0000)]
- improved reader sensitivity for 14443a cards (FPGA change!)
- implemented ISO 14443A anticollision loop
See http://www.proxmark.org/forum/viewtopic.php?id=1797 further details

10 years agoFixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html
martin.holst@gmail.com [Thu, 7 Nov 2013 11:33:48 +0000 (11:33 +0000)]
Fixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html

10 years agoFixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html
martin.holst@gmail.com [Thu, 7 Nov 2013 11:32:13 +0000 (11:32 +0000)]
Fixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html

10 years agoAdded a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation
martin.holst@gmail.com [Wed, 6 Nov 2013 18:34:10 +0000 (18:34 +0000)]
Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation

10 years agoMinor fix, sometimes when data is sent without the pm3 is connected, it causes a...
martin.holst@gmail.com [Wed, 6 Nov 2013 18:32:11 +0000 (18:32 +0000)]
Minor fix, sometimes when data is sent without the pm3 is connected, it causes a spin-loop condition to occur which blocks the processor. fixed

10 years agoMinor fix in html skeleton
martin.holst@gmail.com [Thu, 31 Oct 2013 18:24:03 +0000 (18:24 +0000)]
Minor fix in html skeleton

10 years agoSome more tinkering with a generic 13.56MHz reader, still not finished
martin.holst@gmail.com [Thu, 31 Oct 2013 10:35:03 +0000 (10:35 +0000)]
Some more tinkering with a generic 13.56MHz reader, still not finished

10 years agoFirst steps towards creating a generic HF reader/identifier. A coop with Asper.
martin.holst@gmail.com [Wed, 30 Oct 2013 21:10:47 +0000 (21:10 +0000)]
First steps towards creating a generic HF reader/identifier. A coop with Asper.

10 years agoChanged html template, in order to make it more generic and be usable on other types...
martin.holst@gmail.com [Wed, 30 Oct 2013 18:21:42 +0000 (18:21 +0000)]
Changed html template, in order to make it more generic and be  usable on other types of data than mifare, now supports different highlighters. Implemented are NDEF and Mifare

10 years agouse CLOCKS_PER_SEC instead of platform-specific hardcoded value
dn337t@gmail.com [Tue, 22 Oct 2013 12:14:32 +0000 (12:14 +0000)]
use CLOCKS_PER_SEC instead of platform-specific hardcoded value

10 years agoFixed linebreak error
martin.holst@gmail.com [Sun, 20 Oct 2013 19:05:52 +0000 (19:05 +0000)]
Fixed linebreak error

10 years agoAdded functionality to dump data into .eml-file
martin.holst@gmail.com [Sun, 20 Oct 2013 18:51:21 +0000 (18:51 +0000)]
Added functionality to dump data into .eml-file

10 years agoScript to convert emulator file (ASCII dump of data) into HTML
martin.holst@gmail.com [Sun, 20 Oct 2013 18:48:04 +0000 (18:48 +0000)]
Script to convert emulator file (ASCII dump of data) into HTML

10 years agoFixed minor errors
martin.holst@gmail.com [Sun, 20 Oct 2013 18:47:15 +0000 (18:47 +0000)]
Fixed minor errors

10 years agocmdhf14b.c: fixing a crash in the crc computation when missing data (e.g. with 'hf...
izsh@fail0verflow.com [Sun, 20 Oct 2013 11:46:51 +0000 (11:46 +0000)]
cmdhf14b.c: fixing a crash in the crc computation when missing data (e.g. with 'hf 14b raw -c -p')

10 years agofix compilation issues with gcc 4.6: anonymous unions are not c99
izsh@fail0verflow.com [Sun, 20 Oct 2013 11:40:00 +0000 (11:40 +0000)]
fix compilation issues with gcc 4.6: anonymous unions are not c99

10 years agoChanges to how dumping is performed, now utilises a library. This is in preparation...
martin.holst@gmail.com [Sat, 19 Oct 2013 20:18:50 +0000 (20:18 +0000)]
Changes to how dumping is performed, now utilises a library. This is in preparation for a more generic dumping of different types of cards. Also added functionality to html-dump .eml-files

10 years agoMinor change
martin.holst@gmail.com [Fri, 18 Oct 2013 11:35:06 +0000 (11:35 +0000)]
Minor change

10 years agoAdded script to dump ndef-compliant tags. Written in collaboration with @asper
martin.holst@gmail.com [Fri, 18 Oct 2013 11:14:23 +0000 (11:14 +0000)]
Added script to dump ndef-compliant tags. Written in collaboration with @asper

10 years agoPut manufacturer country within brackets
martin.holst@gmail.com [Fri, 18 Oct 2013 07:36:20 +0000 (07:36 +0000)]
Put manufacturer country within brackets

10 years agoSome refactoring, also placed wait14443a here
martin.holst@gmail.com [Thu, 17 Oct 2013 19:21:04 +0000 (19:21 +0000)]
Some refactoring, also placed wait14443a here

Impressum, Datenschutz