mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
d4f08abec3
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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
||
---|---|---|
.. | ||
cmdscripts | ||
deps | ||
dictionaries | ||
experimental_client_with_swig | ||
experimental_lib | ||
include | ||
lualibs | ||
luascripts | ||
pyscripts | ||
resources | ||
src | ||
atr_scrap_pcsctools.py | ||
CMakeLists.txt | ||
default_keys_dic2lua.awk | ||
emojis_scrap_github.py | ||
gen_pm3mfsim_script.sh | ||
Makefile | ||
pm3_cmd_h2lua.awk | ||
README-bitlib |