Commit Graph

93 Commits

Author SHA1 Message Date
c3f2c015c4 Add ability to build on OS X 2017-08-27 20:01:25 +03:00
9598dc1b6c Merge pull request #20 from tomvleeuwen/poging2
Add sector to messages to avoid confusion
2017-06-05 23:18:44 +02:00
092d471404 Add sector to messages to avoid confusion (Since there is only one key per sector) 2017-06-05 21:00:39 +02:00
5f396c7637 Added bin/txt converters 2017-05-30 23:18:04 +02:00
369e300e48 Windows cross-compilation support for solve_piwi/solve_piwi_bs 2017-05-04 21:10:06 +02:00
76712e9423 Added correct free() calls for mingw/windows 2017-04-29 00:07:02 +02:00
72ec494918 Wording 2017-04-20 23:57:35 +02:00
e7e1b1faf9 Updated README 2017-04-20 02:18:13 +02:00
90a93f616f The order of counting tested states does not really matter 2017-03-30 00:13:01 +02:00
738e324d7e This is apparently required for Android compatibility, thanks to @angelsl who fixed proxmark3 Android support 2017-03-29 22:32:55 +02:00
96091d00a3 Cleaned up Makefile a bit more 2017-03-20 00:48:01 +01:00
cc156d8b7e Moving to CraptEV1 v1.1 (32-bit craptev1_sizeof_space fix) 2017-03-19 20:37:33 +01:00
f2bdf65e34 Redundant windows compatiblity fix for solve.c 2017-03-19 19:58:24 +01:00
993f687528 Memalign/sysconf fixes for mingw/windows (thanks to @iceman1001) 2017-03-19 19:55:02 +01:00
173a351b21 Cleaned up Makefile a bit more 2017-03-19 19:24:30 +01:00
95f3e66a6e Fixing 32-bit compatiblity at the suggestion of DrSchottky 2017-03-19 19:20:54 +01:00
781c586b79 Fixing Issue #18 2017-03-17 20:50:07 +01:00
00c3f62952 Fixed a silly mistake in collecting parity bits 2017-03-13 12:58:00 +01:00
41f45b232c Cleaned up Makefile a bit 2017-03-13 11:44:24 +01:00
957702be9c Constant pointer type fix 2016-10-18 18:40:51 +02:00
e11fcb67cd Zeroing results vector before conversion 2016-05-29 15:18:22 +02:00
ce41294bc0 Organized for legibility 2016-05-12 01:08:44 +02:00
f0f54481c1 Count keys inside cracker 2016-05-12 00:53:03 +02:00
ec8689cbba Moved fix for bug in the end condition for threads to the proper proper place 2016-05-12 00:05:46 +02:00
7539da08b8 Moved fix for bug in the end condition for threads to the proper place 2016-05-11 23:50:09 +02:00
982912a884 Removed shadowing variable 2016-05-11 23:27:13 +02:00
19b6add6c5 Write target key in filename correctly 2016-05-11 23:26:08 +02:00
e7811809e6 Disabled automatic ISO14443-4 card selecttion (for JCOP-based mfc emulation) 2016-05-11 20:47:53 +02:00
6d274c1a73 Fixed a bug in the end condition for threads 2016-05-11 20:46:34 +02:00
7a0ec5e052 Raised cutoff point to 2^39 2016-05-08 17:15:41 +02:00
b4fb544110 Free computed result at the last moment 2016-05-08 15:55:58 +02:00
15ac7dec11 Added notice about platform support 2016-05-05 23:39:31 +02:00
4f54df7bc9 Update counters on-line by default 2016-05-05 23:20:30 +02:00
0caa5139bb Safely close fp 2016-05-03 17:32:39 +02:00
2f47e0424b Organised output 2016-05-03 08:29:55 +02:00
c610829f2a Better error handling 2016-05-03 07:11:44 +02:00
d1702c3682 Save some time if we hit the cutoff 2016-05-03 06:52:36 +02:00
cea37f3cf5 Moved prompt to start brute force phase 2016-05-03 06:31:37 +02:00
9e57588c8d Moved prompt to start brute force phase 2016-05-03 06:29:52 +02:00
06ada9d609 Better error handling 2016-05-03 06:18:57 +02:00
6a2aae0cd9 Added online count of cracking progress 2016-05-03 06:14:11 +02:00
e6aeccb254 Removed some boring output 2016-05-03 05:54:24 +02:00
63a2ffb737 Removed some boring output 2016-05-03 05:48:53 +02:00
e48107e321 Added binary log for leftover complexity 2016-05-03 05:08:33 +02:00
68ac10bdd4 Improved UI with vt100 escape code to clear lines 2016-05-03 05:05:23 +02:00
5686b56279 Added binary log for leftover complexity 2016-05-03 04:49:34 +02:00
2cd2973cfa Improved error handling, naming, UI 2016-05-03 04:39:34 +02:00
bd7aad29cd Fixed arg parsing bug found by @khalil00 2016-05-02 16:14:22 +02:00
0e104ae147 Fixed arg parsing 2016-05-02 00:05:13 +02:00
c3b143e5e6 Make threads return NULL 2016-05-01 23:52:54 +02:00