Commit graph

46 commits

Author SHA1 Message Date
douniwan5788
f0b93405fa fix Hitag S concatbits and lf em 410x clone --hts 2024-11-27 00:02:00 +08:00
iceman1001
2ad635ce57 style 2024-11-20 23:32:02 +01:00
iceman1001
86e8792f34 minor textual changes \n and added support for bambu kdf. 2024-11-20 01:49:45 +01:00
douniwan5788
923e7dced9 fix: concatbits erase out-of-bound 2024-10-28 21:35:55 +08:00
douniwan5788
f049b568c5 style 2024-10-23 22:25:30 +08:00
iceman1001
71c86f4b21 style 2024-09-30 10:36:29 +02:00
douniwan5788
11353044ca refactor: cleanup & optimize reflect* 2024-09-17 23:22:37 +08:00
douniwan5788
eda204bf87 add: reflect48 2024-09-17 23:22:37 +08:00
douniwan5788
f4b01f69a6 fix: reflect64 2024-09-17 23:22:37 +08:00
douniwan5788
e5c0007f0b refactor: move concatbits() to commonutil 2024-09-17 01:00:32 +08:00
iceman1001
7f40ad7f9d style 2024-08-29 12:29:23 +02:00
douniwan5788
5d66bcfd75 fix: WITH_EM4x70. Get rid of the dependency on WITH_ICLASS. 2024-08-26 20:55:58 +08:00
iceman1001
420218e95a added some nosave 2024-08-25 15:17:50 +02:00
iceman1001
4dc1f9c62d clean up 2024-04-24 21:32:51 +02:00
iceman1001
ac809c4a9f support function 2024-04-22 09:29:38 +02:00
iceman1001
bb5d61dca7 added some helper functions 2023-10-01 13:05:08 +02:00
nvx
8dd963d305 make style 2023-08-24 16:34:33 +10:00
Iceman
c00be4cb83
Merge pull request #2078 from henrygab/more_const
More const
2023-08-15 21:10:35 +02:00
Henry Gabryjelski
665cf3254b more const for lfops and some commonutil 2023-08-14 23:02:09 -07:00
Henry Gabryjelski
0b143e5bcd Add 5..8 byte versions for LE/BE conversions 2023-08-14 18:57:36 -07:00
iceman1001
0e84860c2f less inline calls 2023-08-03 08:42:52 +02:00
iceman1001
1a788b1c14 make style 2023-07-24 17:42:27 +02:00
iceman1001
300d274d43 coverity migth consider this to be better 2023-07-24 00:14:56 +02:00
iceman1001
7473bebdbd coverty 2023-07-23 22:32:59 +02:00
AloneLiberty
fae8ffda44 Fix formatting and run make style 2023-03-26 16:12:39 +03:00
iceman1001
7abfff4095 moved and unified some reverse array fct 2023-03-05 19:19:15 +01:00
iceman1001
f9a65505de added tesla info command, with some of the data that is available. Needed to fix the apdu chaining and a sneaky bug in get_sw since the apdu response was larger then 256 2023-01-21 20:04:27 +01:00
iceman1001
652affbfb1 rework start screen to be shorter 2022-02-26 17:17:14 +01:00
Philippe Teuwen
bbf49ab560 Add a fingerprint of the ARM OS source files to detect when a client expects another ARM image 2022-02-17 01:43:39 +01:00
Philippe Teuwen
5a4584358c make style 2022-01-09 14:10:26 +01:00
Philippe Teuwen
30aa7aa7d1 Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
iceman1001
869ae27f35 cppcheck 2022-01-06 22:11:57 +01:00
iceman1001
05576ba06b cppcheck fixes 2022-01-06 21:00:16 +01:00
Philippe Teuwen
8280fc3c07 rename global version_information and its struct type 2021-08-21 20:11:22 +02:00
merlokk
8db2325b13 move byte operations to commonutils 2021-07-25 20:03:15 +03:00
Philippe Teuwen
7cd80611d3 #makestyleday 2020-12-12 14:46:40 +01:00
tharexde
b0cfb28d40 Merge branch 'master' into allin
update
2020-10-03 23:34:23 +02:00
Philippe Teuwen
c3c59e35cb make style 2020-09-30 14:27:19 +02:00
tharexde
d0d6317c33 added new function reflect32 2020-09-27 12:53:52 +02:00
iceman1001
1aa9600048 add white cloner pwdgen algo (thanks to @paleopterix!) 2020-09-19 11:08:01 +02:00
Philippe Teuwen
4ed57c7c4d make style 2020-08-13 12:25:04 +02:00
iceman1001
791afef728 adapt reflect8 fct 2020-07-06 05:42:10 +02:00
Philippe Teuwen
ef586c2a41 version info also for client, still cmake to do 2020-05-20 21:11:45 +02:00
iceman1001
b770cfd51c le24toh is uint32_t 2020-05-20 19:22:17 +02:00
Philippe Teuwen
eababdd3ef Merge branch 'master' into experimental_varlen
* master:
  chg: 'hf mf sim' - textual
  fix:  warning on mingw64.   This offset is calculated, casting it to u32 should be fine.
  fix: https://github.com/RfidResearchGroup/proxmark3/issues/174 remove all offending code,  return 1.   Will only impact the speed of hardnested execution.
  fix again OSX
  fix https://github.com/RfidResearchGroup/proxmark3/issues/173
  used predefined constants, common types moved to common header files
  backward compatibility, on load converter for old mfu dump format
  loops for counters output
  UL/NTAG new dump file format. Added counters support, simulation
2019-04-25 20:05:04 +02:00
Philippe Teuwen
4eaa2fc5aa move common util fcts to /common to avoid common files (e.g. crc) to depend on non-common files 2019-04-16 23:02:40 +02:00