Commit graph

2869 commits

Author SHA1 Message Date
iceman1001 d012a879f2 WIP - hitag sniff, eload, sim 2021-04-04 17:06:48 +02:00
iceman1001 d19da982f0 looping for smart card, inverted the silent to verbose, updated cardhelper stuff 2021-04-04 17:01:43 +02:00
iceman1001 31f7f17766 smart, loop 5 times, and shorten delay instead 2021-04-04 11:21:17 +02:00
iceman1001 2ffcdc67f6 fix cppchecker 2021-03-26 21:32:42 +01:00
iceman1001 8d18860c6a fix cppchecker 2021-03-26 21:30:25 +01:00
iceman1001 f36da8a639 fix cppchecker uninitvar 2021-03-26 21:26:29 +01:00
iceman1001 7574606080 hf felica sniff - now uses cliparser 2021-03-26 21:01:50 +01:00
iceman1001 91b47eeb1f hf felica litesim - now uses cliparser 2021-03-25 09:39:40 +01:00
iceman1001 e5181d7847 syntax 2021-03-15 15:54:15 +01:00
iceman1001 b0d16a8905 text 2021-03-15 15:53:47 +01:00
iceman1001 93ff663755 text 2021-03-15 15:53:37 +01:00
iceman1001 bb0577f978 minor 2021-03-15 01:31:36 +01:00
iceman1001 f70a49e894 lf simulate - less checks 2021-03-15 01:29:48 +01:00
iceman1001 0851f3d947 only 10bits available 2021-03-15 01:27:35 +01:00
iceman1001 bc4a5cf4de hf mf sim - testing to remove the field detection, its inside emcmd anyway 2021-03-15 01:26:55 +01:00
Anže Jenšterle 2de475bdd9
q to k 2021-03-15 01:21:30 +01:00
Anže Jenšterle 85ab3650e3
fixed as per feedback 2021-03-15 01:08:11 +01:00
Anže Jenšterle 9a33e547f3
more renaming and explaining 2021-03-15 00:58:38 +01:00
Anže Jenšterle 73dd5a23e4
fixed help for standalone 2021-03-15 00:55:25 +01:00
Anže Jenšterle fb34db5e10
Finish renaming standalone, add documentation 2021-03-15 00:36:46 +01:00
Anže Jenšterle ac36c06590
rename standalone 2021-03-15 00:33:27 +01:00
Anže Jenšterle 180577695e Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3 into function/desfire-standalone 2021-03-13 02:16:26 +01:00
iceman1001 2bd5831f27 text 2021-03-11 09:40:02 +01:00
iceman1001 1b2091932e fix 'mem spiffs view' and bad file stats retrieval 2021-03-10 10:43:49 +01:00
iceman1001 8c16c4d95d text 2021-03-09 14:58:08 +01:00
iceman1001 ad2b0879fc added: mem spiffs view - to view a file on SPIFFS\n mem spiffs dump - now uses cliparser and NG 2021-03-09 14:38:31 +01:00
iceman1001 02aabf90d3 mem spi mount/unmount/test/check/tree/info/remove/rename/wwipe - now uses cliparser. remove/rename uses NG 2021-03-08 17:39:21 +01:00
Philippe Teuwen e5c5629cf2 Some tunings of otptear:
- make tearoff_delay_us and tearoff_enabled globals
- use tearoff_hook and remove Dbprintf in critical tearoff timing
- move initial write from MifareU_Otp_Tearoff to CmdHF14AMfuOtpTearoff and make it optional (old behavior was writing initial 00000000 when -d was not provided)
- tearoff: compare with initial write, not with previous tearoff outcome
- rephrase some messages
- track all begin and end of erase and write phases, with quite complex logic to cover multiple cases (starting in middle of erased phase, starting with write 0, ...) and report them
- check against initial write error
- repeat same timing (up to 10x) in case of write/read errors then quit
- typos
2021-03-07 23:48:55 +01:00
iceman1001 dff732840f mem info - now accepts input id to facility easy testing. Signature offset also triggers erase before to enable easy updates 2021-03-07 08:56:36 +01:00
Anže Jenšterle 5633768e81 desfire emulation standalone 2021-03-05 10:58:52 +01:00
iceman1001 886104e4cb cppchecker out-of-bounds, I believe it was a false positive but... 2021-03-05 10:22:35 +01:00
iceman1001 928c0e4162 cppchecker overflow integer warning 2021-03-05 10:21:25 +01:00
iceman1001 3275decfb0 cppchecker 2021-03-05 10:21:02 +01:00
iceman1001 24ee8080e1 large dma size for demod signals 2021-03-05 10:18:02 +01:00
iceman1001 7910464a85 cppchecker 2021-02-28 19:01:38 +01:00
iceman1001 1fbb838d3a cppchecker 2021-02-24 20:46:06 +01:00
iceman1001 2184b0dde8 cppchecker 2021-02-24 14:26:21 +01:00
iceman1001 bb6ea597b4 cppchecker shadow 2021-02-24 14:17:23 +01:00
iceman1001 9395f8c8ac cppchecker 2021-02-24 00:29:50 +01:00
iceman1001 b7400d109d Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2021-02-23 23:57:56 +01:00
Iceman e8bf717f1d
Merge pull request #1211 from tharexde/4x50_fix
4x50 fix
2021-02-23 23:57:41 +01:00
iceman1001 232a172ac5 rename 2021-02-23 23:54:02 +01:00
iceman1001 d9195effc7 cppchecker 2021-02-23 23:53:08 +01:00
iceman1001 4620c0b21e cppchecker fixes 2021-02-23 23:00:29 +01:00
tharexde 91cf7e3f60 Dbprintf and sprintf destroyed timing for "write password" function in standalon sim mode-> fixed 2021-02-23 22:31:35 +01:00
tharexde db679608ec initial implementation of em4x50 standalone mode (lf_tharexde) 2021-02-15 22:48:34 +01:00
tharexde a78fecad07 revert changes (PR follows) 2021-02-15 21:26:16 +01:00
tharexde 9a96157e82 initial implementation of em4x50 standalone mode 2021-02-14 12:42:47 +01:00
tharexde ac0ef23d5e Merge branch 'master' into dev_4x50_standalone
update
2021-02-12 23:21:49 +01:00
iceman1001 1ce9053c51 hf 14a sim - less button checks and even less dataavailable checks 2021-02-12 22:08:10 +01:00