.. |
cipurse
|
fixes
|
2023-11-03 12:20:30 +01:00 |
crypto
|
we use calloc
|
2023-10-18 20:20:55 +02:00 |
emv
|
style
|
2023-10-12 14:53:26 +02:00 |
fido
|
|
|
iso7816
|
style
|
2023-10-12 14:53:26 +02:00 |
ksx6924
|
fix
|
2023-11-03 15:44:28 +01:00 |
loclass
|
Fix the types of parameters in BitstreamOut_t
|
2023-01-22 07:15:47 +00:00 |
mifare
|
pedantic fixes
|
2023-11-03 12:52:01 +01:00 |
nfc
|
fix some ndef decoding
|
2023-11-01 07:57:13 +01:00 |
uart
|
pedantic fixes
|
2023-11-03 12:52:01 +01:00 |
ui
|
|
|
aidsearch.c
|
|
|
aidsearch.h
|
|
|
atrs.c
|
thanks @DidierA for the sharp eyes
|
2023-08-02 19:49:26 +02:00 |
atrs.h
|
fix newline issue
|
2023-09-16 09:31:42 +02:00 |
cmdanalyse.c
|
fixing the wrong calculations
|
2023-08-24 10:20:01 +02:00 |
cmdanalyse.h
|
|
|
cmdcrc.c
|
fix CID #405230 - array too small
|
2023-03-04 20:17:06 +01:00 |
cmdcrc.h
|
|
|
cmddata.c
|
adapt data bmap to handle calls without -m.
|
2023-10-30 16:07:13 +01:00 |
cmddata.h
|
added a new command data centerthreshold. It removes center values.
|
2023-07-21 10:58:30 +02:00 |
cmdflashmem.c
|
reworked the JSON format for 14a, 14b, 15, cryptorf, lto, NDEF.\nDeprecated EML format. Pm3 client do not save EML files any more.nPm3 client will continue to load EML files.
|
2023-10-02 20:11:23 +02:00 |
cmdflashmem.h
|
|
|
cmdflashmemspiffs.c
|
reworked the JSON format for 14a, 14b, 15, cryptorf, lto, NDEF.\nDeprecated EML format. Pm3 client do not save EML files any more.nPm3 client will continue to load EML files.
|
2023-10-02 20:11:23 +02:00 |
cmdflashmemspiffs.h
|
|
|
cmdhf.c
|
since HF SEARCH triggers multiple swaps of FPGA image HF -> HF 15 -> HF FELICA , its better to have relevant checks when the correct fpga image is loaded
|
2023-08-03 12:55:06 +02:00 |
cmdhf.h
|
|
|
cmdhf14a.c
|
default type of ENUM in C is INT. the tagtype enum broke it. Converted to DEFINES since you cant change type of an ENUM
|
2023-11-03 15:39:28 +01:00 |
cmdhf14a.h
|
adapt name to match code style
|
2023-07-27 18:02:53 +02:00 |
cmdhf14b.c
|
style
|
2023-10-22 14:20:20 +02:00 |
cmdhf14b.h
|
|
|
cmdhf15.c
|
init fixes
|
2023-11-03 12:55:23 +01:00 |
cmdhf15.h
|
|
|
cmdhfcipurse.c
|
swapped to defines
|
2023-01-14 12:17:10 +01:00 |
cmdhfcipurse.h
|
|
|
cmdhfcryptorf.c
|
text
|
2023-10-02 20:59:01 +02:00 |
cmdhfcryptorf.h
|
|
|
cmdhfemrtd.c
|
pedantic fixes
|
2023-11-03 12:52:01 +01:00 |
cmdhfemrtd.h
|
|
|
cmdhfepa.c
|
make miscchecks
|
2023-01-14 22:23:40 +01:00 |
cmdhfepa.h
|
|
|
cmdhffelica.c
|
fix
|
2023-11-03 15:42:13 +01:00 |
cmdhffelica.h
|
|
|
cmdhffido.c
|
text and increasing a buffer
|
2023-07-24 03:15:14 +02:00 |
cmdhffido.h
|
|
|
cmdhffudan.c
|
text
|
2023-10-02 20:59:01 +02:00 |
cmdhffudan.h
|
|
|
cmdhfgallagher.c
|
|
|
cmdhfgallagher.h
|
|
|
cmdhficlass.c
|
Update cmdhficlass.c
|
2023-10-30 18:34:11 +08:00 |
cmdhficlass.h
|
Add --shallow option to hf iclass reader commands to do shallow (ASK) reader modulation instead of OOK.
|
2023-01-04 23:59:03 +10:00 |
cmdhfjooki.c
|
improved the eload upload times by using large chunks. Quite much faster now.\nAddapted the dots and text for eload / sim across the client
|
2023-07-26 23:39:27 +02:00 |
cmdhfjooki.h
|
|
|
cmdhfksx6924.c
|
swapped to defines
|
2023-01-14 12:21:48 +01:00 |
cmdhfksx6924.h
|
|
|
cmdhflegic.c
|
text
|
2023-10-02 20:59:01 +02:00 |
cmdhflegic.h
|
|
|
cmdhflist.c
|
fix a few cppcheck warnings
|
2023-09-07 22:28:37 +02:00 |
cmdhflist.h
|
Adds MAC, UNMACed to messages, and code factorisation
|
2023-07-21 17:25:49 +02:00 |
cmdhflto.c
|
text
|
2023-10-15 13:19:33 +02:00 |
cmdhflto.h
|
|
|
cmdhfmf.c
|
default type of ENUM in C is INT. the tagtype enum broke it. Converted to DEFINES since you cant change type of an ENUM
|
2023-11-03 15:39:28 +01:00 |
cmdhfmf.h
|
revert
|
2023-06-12 21:12:24 +02:00 |
cmdhfmfdes.c
|
fix
|
2023-11-03 15:44:28 +01:00 |
cmdhfmfdes.h
|
Removed wrapper for desfire_print_signature
|
2023-10-31 08:19:17 +01:00 |
cmdhfmfhard.c
|
Fix clang warnings on increasing alignment requirements
|
2023-09-07 21:00:07 +02:00 |
cmdhfmfhard.h
|
|
|
cmdhfmfp.c
|
text
|
2023-10-02 20:59:01 +02:00 |
cmdhfmfp.h
|
clean up
|
2023-07-22 23:30:53 +02:00 |
cmdhfmfu.c
|
default type of ENUM in C is INT. the tagtype enum broke it. Converted to DEFINES since you cant change type of an ENUM
|
2023-11-03 15:39:28 +01:00 |
cmdhfmfu.h
|
default type of ENUM in C is INT. the tagtype enum broke it. Converted to DEFINES since you cant change type of an ENUM
|
2023-11-03 15:39:28 +01:00 |
cmdhfntag424.c
|
fixes
|
2023-11-03 12:20:30 +01:00 |
cmdhfntag424.h
|
|
|
cmdhfseos.c
|
swapped to defines
|
2023-01-14 12:21:48 +01:00 |
cmdhfseos.h
|
|
|
cmdhfst.c
|
|
|
cmdhfst.h
|
|
|
cmdhfst25ta.c
|
style
|
2023-10-03 17:10:39 +02:00 |
cmdhfst25ta.h
|
|
|
cmdhftesla.c
|
Fix formatting and run make style
|
2023-03-26 16:12:39 +03:00 |
cmdhftesla.h
|
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 |
cmdhftexkom.c
|
pedantic fixes
|
2023-11-03 12:52:01 +01:00 |
cmdhftexkom.h
|
|
|
cmdhfthinfilm.c
|
missing inits
|
2023-08-02 17:40:55 +02:00 |
cmdhfthinfilm.h
|
|
|
cmdhftopaz.c
|
text
|
2023-10-02 20:59:01 +02:00 |
cmdhftopaz.h
|
|
|
cmdhfvas.c
|
pedantic fixes
|
2023-11-03 12:52:01 +01:00 |
cmdhfvas.h
|
moving VAS to HF command category. Added missing Makefile and CMakefile
|
2023-07-09 12:55:37 +02:00 |
cmdhfwaveshare.c
|
fix coverity cid #416068
|
2023-07-24 22:18:35 +02:00 |
cmdhfwaveshare.h
|
|
|
cmdhfxerox.c
|
reworked the JSON format for 14a, 14b, 15, cryptorf, lto, NDEF.\nDeprecated EML format. Pm3 client do not save EML files any more.nPm3 client will continue to load EML files.
|
2023-10-02 20:11:23 +02:00 |
cmdhfxerox.h
|
|
|
cmdhw.c
|
Add alternative chip ID
|
2023-11-01 10:40:53 +01:00 |
cmdhw.h
|
There is a race condition when we go from iclass commands to mf command. Especially noticable when eload large files where we used to spam the device with usb packages.\ntry iclass eload, then mf eload, and you see the client hang. With this change we trigger a preload of the fpga image before we start uploading to the device. Current places I could trigger this bug was in eload and gsave. With this patch only the first call takes some time if fpga image must be loaded. The following goes fast.\n\n if you find that the client hangs when going between, this could be the root cause.
|
2023-07-26 23:47:55 +02:00 |
cmdlf.c
|
clean up
|
2023-10-02 21:39:15 +02:00 |
cmdlf.h
|
|
|
cmdlfawid.c
|
style
|
2023-03-05 08:22:21 +01:00 |
cmdlfawid.h
|
|
|
cmdlfcotag.c
|
text
|
2023-07-22 18:19:02 +02:00 |
cmdlfcotag.h
|
include
|
2023-07-21 06:27:41 +02:00 |
cmdlfdestron.c
|
|
|
cmdlfdestron.h
|
|
|
cmdlfem.c
|
|
|
cmdlfem.h
|
|
|
cmdlfem4x05.c
|
style
|
2023-10-30 13:11:52 +01:00 |
cmdlfem4x05.h
|
Fix stack-based buffer overflow in "lf em 4x05 sniff" command
|
2022-12-29 13:55:24 +01:00 |
cmdlfem4x50.c
|
text
|
2023-10-02 20:59:01 +02:00 |
cmdlfem4x50.h
|
|
|
cmdlfem4x70.c
|
text
|
2023-07-24 21:04:21 +02:00 |
cmdlfem4x70.h
|
Add function to brute force partial key
|
2023-01-27 19:37:40 +01:00 |
cmdlfem410x.c
|
fixes ntag424
|
2023-10-30 12:55:23 +01:00 |
cmdlfem410x.h
|
|
|
cmdlffdxb.c
|
|
|
cmdlffdxb.h
|
|
|
cmdlfgallagher.c
|
|
|
cmdlfgallagher.h
|
|
|
cmdlfguard.c
|
fix test
|
2023-03-04 21:25:23 +01:00 |
cmdlfguard.h
|
Added XOR extraction and flag to Guardall G-Prox II
|
2023-02-02 15:53:52 -07:00 |
cmdlfhid.c
|
fixing "lf hid clone --bin" param to correctly handle sentinel bit
|
2023-10-15 15:23:14 +02:00 |
cmdlfhid.h
|
|
|
cmdlfhitag.c
|
reworked the JSON format for 14a, 14b, 15, cryptorf, lto, NDEF.\nDeprecated EML format. Pm3 client do not save EML files any more.nPm3 client will continue to load EML files.
|
2023-10-02 20:11:23 +02:00 |
cmdlfhitag.h
|
|
|
cmdlfidteck.c
|
|
|
cmdlfidteck.h
|
|
|
cmdlfindala.c
|
lto missing inits
|
2023-08-02 17:46:53 +02:00 |
cmdlfindala.h
|
|
|
cmdlfio.c
|
|
|
cmdlfio.h
|
|
|
cmdlfjablotron.c
|
|
|
cmdlfjablotron.h
|
|
|
cmdlfkeri.c
|
|
|
cmdlfkeri.h
|
|
|
cmdlfmotorola.c
|
text
|
2023-07-22 15:51:35 +02:00 |
cmdlfmotorola.h
|
|
|
cmdlfnedap.c
|
|
|
cmdlfnedap.h
|
|
|
cmdlfnexwatch.c
|
|
|
cmdlfnexwatch.h
|
|
|
cmdlfnoralsy.c
|
|
|
cmdlfnoralsy.h
|
|
|
cmdlfpac.c
|
|
|
cmdlfpac.h
|
|
|
cmdlfparadox.c
|
Re-added old checksum under command parameter for demod and read.
|
2023-06-04 11:38:13 -04:00 |
cmdlfparadox.h
|
Re-added old checksum under command parameter for demod and read.
|
2023-06-04 11:38:13 -04:00 |
cmdlfpcf7931.c
|
|
|
cmdlfpcf7931.h
|
|
|
cmdlfpresco.c
|
|
|
cmdlfpresco.h
|
|
|
cmdlfpyramid.c
|
|
|
cmdlfpyramid.h
|
|
|
cmdlfsecurakey.c
|
|
|
cmdlfsecurakey.h
|
|
|
cmdlft55xx.c
|
added no save parameter to iclass dump. Also adjusted the text for the other places.
|
2023-10-20 16:54:44 +02:00 |
cmdlft55xx.h
|
stylish
|
2023-08-24 10:22:18 +02:00 |
cmdlfti.c
|
|
|
cmdlfti.h
|
|
|
cmdlfverichip_disabled.c
|
|
|
cmdlfverichip_disabled.h
|
|
|
cmdlfviking.c
|
|
|
cmdlfviking.h
|
|
|
cmdlfvisa2000.c
|
|
|
cmdlfvisa2000.h
|
|
|
cmdlfzx8211.c
|
|
|
cmdlfzx8211.h
|
|
|
cmdmain.c
|
Fix the example of msleep
|
2023-03-24 18:44:28 +08:00 |
cmdmain.h
|
|
|
cmdnfc.c
|
fix bad comparisions
|
2023-11-01 03:06:10 +01:00 |
cmdnfc.h
|
|
|
cmdparser.c
|
Fix formatting and run make style
|
2023-03-26 16:12:39 +03:00 |
cmdparser.h
|
|
|
cmdpiv.c
|
Fixed data asn1 - now handles bad input better by doing correct root free of obj
|
2023-03-11 18:59:33 +01:00 |
cmdpiv.h
|
First two PIV commands
|
2023-01-06 18:19:31 +01:00 |
cmdscript.c
|
cmdscript.c: explicitly include ctype header
|
2023-10-24 16:00:22 -06:00 |
cmdscript.h
|
|
|
cmdsmartcard.c
|
fixes ntag424
|
2023-10-30 12:55:23 +01:00 |
cmdsmartcard.h
|
|
|
cmdtrace.c
|
fix crc render position when data len is multiple of 16
|
2023-09-05 16:38:33 +03:00 |
cmdtrace.h
|
|
|
cmdusart.c
|
adapt comparison
|
2023-05-28 10:26:07 +02:00 |
cmdusart.h
|
|
|
cmdwiegand.c
|
|
|
cmdwiegand.h
|
|
|
comms.c
|
Clean up the code for timeout
|
2023-10-25 23:45:23 +08:00 |
comms.h
|
Clean up the code for timeout
|
2023-10-25 23:45:23 +08:00 |
elf.h
|
|
|
emojis.h
|
|
|
emojis_alt.h
|
|
|
fileutils.c
|
fix
|
2023-11-03 15:47:45 +01:00 |
fileutils.h
|
added support for loading flipper MFC/MFU dump files.\nFixed NFC DECODE to identify and handle MFU dump files properly
|
2023-11-01 02:43:10 +01:00 |
flash.c
|
Fix clang warnings on increasing alignment requirements
|
2023-09-07 21:00:07 +02:00 |
flash.h
|
|
|
graph.c
|
Prevent buffer overflow in AppendGraph()
|
2023-02-18 12:50:05 -08:00 |
graph.h
|
|
|
guidummy.cpp
|
fix lto-type-mismatch in guidummy.cpp
|
2023-07-31 15:57:09 -04:00 |
iso4217.c
|
added a iso4217 currency table. Borrowed and converted from the Cardpeek project. Thanks to them!
|
2023-07-14 18:13:18 +02:00 |
iso4217.h
|
make style
|
2023-07-14 18:34:14 +02:00 |
jansson_path.c
|
|
|
jansson_path.h
|
|
|
pm3.c
|
|
|
pm3.i
|
|
|
pm3.py
|
|
|
pm3_binlib.c
|
|
|
pm3_binlib.h
|
|
|
pm3_bit_limits.h
|
|
|
pm3_bitlib.c
|
|
|
pm3_bitlib.h
|
|
|
pm3_luawrap.c
|
|
|
pm3_pywrap.c
|
|
|
pm3line.c
|
Rename "vocabulory" to "vocabulary"
|
2023-08-09 19:49:55 +02:00 |
pm3line.h
|
|
|
pm3line_vocabulary.h
|
style
|
2023-10-30 13:11:52 +01:00 |
preferences.c
|
style
|
2023-10-18 20:34:35 +02:00 |
preferences.h
|
|
|
proxendian.h
|
make style
|
2023-07-24 17:42:27 +02:00 |
proxgui.cpp
|
|
|
proxgui.h
|
|
|
proxguiqt.cpp
|
make style
|
2023-08-24 16:34:33 +10:00 |
proxguiqt.h
|
|
|
proxmark3.c
|
style
|
2023-10-22 14:20:20 +02:00 |
proxmark3.h
|
added the udpv6 and also try to identify when v6 is used (tcp/udp)
|
2023-10-20 12:51:12 +02:00 |
scandir.c
|
|
|
scandir.h
|
|
|
scripting.c
|
first cleanup of hf_legic lua script. All io.open calls is problematic.\nfixed some colors in the help texts. makes it a bit easier to read\nfix loading files using the searchfile call\nstill problematic with save file calls since it should honor the user defined preference paths.
|
2023-07-17 22:54:43 +02:00 |
scripting.h
|
|
|
ui.c
|
reduce variable scopes
|
2023-01-15 02:23:19 +01:00 |
ui.h
|
added the timeout to preferences, so its stored in the pref file but... there need to be adaptations to the uart_p*/uart_w* files to use the the session value..
|
2023-10-17 14:54:44 +02:00 |
util.c
|
wrong string formatter
|
2023-11-03 15:41:07 +01:00 |
util.h
|
fixes ntag424
|
2023-10-30 12:55:23 +01:00 |
util_darwin.h
|
|
|
util_darwin.m
|
|
|
wiegand_formats.c
|
adapt comparision of text
|
2023-06-21 18:43:21 +02:00 |
wiegand_formats.h
|
|
|
wiegand_formatutils.c
|
remove debug statement
|
2023-07-26 01:35:27 +02:00 |
wiegand_formatutils.h
|
|
|