proxmark3/client
DidierA d4f08abec3 Change calloc() so it passes Widnows build test
Code compiles under linux (not tested yet, I have no proxmark available right now)
Previous commit fails windows build test with:

src/cmdhfmfu.c: In function 'CmdHF14AMfuESave':
src/cmdhfmfu.c:4220:19: error: array subscript 'mfu_dump_t[0]' is partly outside array bounds of 'mfu_dump_t[0]' [-Werror=array-bounds]
 4220 |         end = dump->pages ;
      |                   ^~
In function 'GetMfuDumpFromEMul',
    inlined from 'CmdHF14AMfuESave' at src/cmdhfmfu.c:4202:15:
src/cmdhfmfu.c:4105:21: note: object of size 1076 allocated by 'calloc'
 4105 |     uint8_t *dump = calloc(MFU_MAX_BYTES + MFU_DUMP_PREFIX_LENGTH, sizeof(uint8_t));
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-11-23 11:40:56 +01:00
..
cmdscripts Add dummy cmdscripts/example.cmd for tests 2021-10-11 20:28:39 +02:00
deps Revert "Release v4.15864 - Radium" 2022-10-29 01:34:05 +02:00
dictionaries
experimental_client_with_swig py scripts 2020-11-14 00:44:18 +01:00
experimental_lib added skeleton for HF NTAG424 category of commands 2022-04-02 14:06:16 +02:00
include Be more CONSTant with the parameters we will not modify 2022-01-17 14:56:47 -08:00
lualibs add hf_mfu_amiibo_restore to restore an Amiibo dump to a blank NTAG215 2022-07-28 22:05:49 -04:00
luascripts style 2022-11-20 16:47:49 +01:00
pyscripts add comment indicating pyamiibo should be installed 2022-07-30 22:09:45 -04:00
resources add mobile-first aids 2022-08-11 19:30:05 +03:00
src Change calloc() so it passes Widnows build test 2022-11-23 11:40:56 +01:00
atr_scrap_pcsctools.py license 2022-01-14 21:22:26 +01:00
CMakeLists.txt Revert "Release v4.15864 - Radium" 2022-10-29 01:34:05 +02:00
default_keys_dic2lua.awk remove tabs 2019-07-24 00:52:24 +02:00
emojis_scrap_github.py license 2022-01-14 21:22:26 +01:00
gen_pm3mfsim_script.sh rework hf mf chk and cliparser for hf mf fchk 2021-02-13 21:03:57 -05:00
Makefile Revert "Release v4.15864 - Radium" 2022-10-29 01:34:05 +02:00
pm3_cmd_h2lua.awk Rename few USB -> PM3 to avoid misleading interpretations 2019-04-30 21:10:11 +02:00
README-bitlib Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation 2013-11-06 18:34:10 +00:00