adam@algroup.co.uk
269a820f9e
maintain alphabetic order!
2009-08-30 18:57:28 +00:00
henryk@ploetzli.ch
0fa9ca5b53
Add command and code for bidirectional LF emulation of Hitag2. Should be extended for other types of tags
2009-08-28 21:56:43 +00:00
henryk@ploetzli.ch
ba8a80b30c
Add version command
2009-08-28 00:37:28 +00:00
d18c7db
7381e8f2f2
Added tiread command to demod TI tags on the PM3
2009-08-06 12:53:06 +00:00
edouard@lafargue.name
3628c31882
Add checks in em4x50read to avoid segfaults in case loops go over the GraphTraceLen.
2009-07-30 15:24:03 +00:00
d18c7db
f81c82c342
fix crash in client when no buffer is loaded
2009-07-28 01:21:24 +00:00
d18c7db
9bea179a71
added tiwrite command, split LF code from appmain into lfops.c
2009-07-25 11:47:43 +00:00
d18c7db
0c2ed92d87
Further additions to tidemod to differentiate between ro and rw tags and check crc validity.
2009-07-22 11:39:39 +00:00
adam@algroup.co.uk
1569d97730
buffclear should be available in offline mode
2009-07-22 01:49:54 +00:00
adam@algroup.co.uk
f4434ad226
make grid function linux friendly
2009-07-21 16:10:58 +00:00
d18c7db
bd4cc2c95b
Added a way to overlay a grid to graph window
2009-07-20 08:20:23 +00:00
d18c7db
67853904cc
Some new commands (threshold and fskdemod) that act on the graph window
2009-07-19 11:00:24 +00:00
adam@algroup.co.uk
ad2a97824d
prettify tune output
2009-07-13 12:46:07 +00:00
adam@algroup.co.uk
693f7cf770
make button detection more reliable in standalone mode and add exit command
2009-07-13 12:14:50 +00:00
d18c7db
e7aee94e6a
Merged sweeplf into tune command
2009-07-13 11:20:29 +00:00
skamkar
1dff8c42f5
fix debug printing function, add readmem function
2009-07-13 08:22:24 +00:00
adam@algroup.co.uk
a52a7d191b
more extended help
2009-07-12 15:27:39 +00:00
adam@algroup.co.uk
7f93ef2c22
add extended help feature
2009-07-12 12:52:21 +00:00
adam@algroup.co.uk
1dd2335295
compile clean and flasher targets
2009-07-12 10:02:57 +00:00
skamkar
8172fb35dd
fix windows compile error and remove linux compile warnings
2009-07-08 01:09:41 +00:00
adam@algroup.co.uk
7f3480429b
add 'detectreader' command - listen for external reader fields
2009-07-07 17:19:42 +00:00
adam@algroup.co.uk
955aa93faa
em4x50read (work in progress)
2009-07-06 23:02:12 +00:00
adam@algroup.co.uk
1de3416e5a
argh. dropped locomread this time. going to the back of the class...
2009-07-06 10:18:53 +00:00
adam@algroup.co.uk
736aea6036
oops! clobbered manchester code inversion with last update! :(
2009-07-06 09:36:15 +00:00
adam@algroup.co.uk
959baa89f7
send LF commands to TAG (locomread)
2009-07-04 16:45:17 +00:00
adam@algroup.co.uk
ac174b297a
add inversion option to mandemod and fix indentation
2009-07-03 18:55:37 +00:00
adam@algroup.co.uk
f23e056d95
added 'buffclear' - when you absolutely positivley must clear every bit in the room
2009-07-03 10:17:52 +00:00
skamkar
a91ff4c8e7
with em410xread, retest if we read our bits the wrong way (1=0 and 0=1)
2009-07-03 00:56:12 +00:00
edouard@lafargue.name
15db5fb71a
Improved askdemod to detect transitions from peak to peak, instead of zero-crossings, works much better for more tag types (all tags in the traces directory at least).
...
Now just use "askdemod 1" or "askdemod 0" and do not give the clock rate as argument (not necessary anymore)
2009-07-02 22:54:44 +00:00
adam@algroup.co.uk
3f030abe3f
updated help
2009-07-02 15:12:49 +00:00
skamkar
9760414b96
Added em410xread, em410xsim, em410xread, bitstream, manmod, detectclock commands. Added an offline mode. Improved manchester demod routine, auto-detect clock rate in various routines.
2009-07-02 03:13:13 +00:00
edouard@lafargue.name
c9f99c010e
New version of mandemod 64 by Samy: now does not need 'askdemod' anymore, and support for more EM-like tag types.
2009-06-30 05:58:53 +00:00
edouard@lafargue.name
d722c4ce78
- Restored the 'reset' command
...
- Linux client: detects offline mode and blocks commands which need a connected Proxmark3 (still do to on Windows)
2009-04-27 19:56:43 +00:00
edouard@lafargue.name
0e25ae1102
Rationalized LED usage in 14443-B: LED D shows RF Field OK,
...
and LED A, B and C respectively show:
- Receiving from reader
- Transmitting to tag/reader
- Receiving from tag
Also, updated the snoop function to make full use of the DMA buffer, which removes (in my case) all the 'blew DMA buffer' issues.
Last, moved the compilation of iso1443.c to ARM mode (not thumb) to make it faster on my Linux gcc 4.3 version, otherwise the 'blew DMA buffer' issue was systematic.
Also: restored the "indalademod" command which had mysteriously disappeared from the prox.exe (proxmark3) client!
2009-04-26 14:26:06 +00:00
edouard@lafargue.name
fb25b48308
Added a new function to read ISO14443-B ST Microelectronics SRI512 memory tags.
...
I have a problem with CRC though: sometimes it works, sometimes not, I have no
clue why, I must be doing something wrong with the CRC calculation routine...
2009-04-16 08:37:24 +00:00
edouard@lafargue.name
30f2a7d38f
Added LF frequency adjustments from d18c7db, cleaned up code,
...
typo fixes in iso14443a code, added the missing "tools" directory,
added initial elements for online/offline detection for commands.
2009-04-15 08:09:06 +00:00
edouard@lafargue.name
974ba9a205
Fixed a typo in command.cpp, moved Changelog to CHANGES.TXT for better coherence.
2009-04-09 21:57:22 +00:00
edouard@lafargue.name
a60612db65
Added indala demodulation command (indalademod) as well as offline
...
mode for the Linux client: if no proxmark is detected, the Linux client
will go on. Of course, do not issue Proxmark3 commands in this mode, the
client does not discriminate at this point...
2009-04-09 09:37:34 +00:00
edouard@lafargue.name
6658905f18
Initial commit for the firmware. Used the 20090306_ela version as baseline.
...
It is identical to the popular 20081211, with the doob addition (20090301), a
linux client, and two additional commands for LF analysis. Let me know if
you find issues here!
2009-04-09 06:43:20 +00:00