This website requires JavaScript.
Explore
Help
Register
Sign In
dandri
/
proxmark3
Watch
1
Star
0
Fork
0
You've already forked proxmark3
mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced
2026-04-26 19:35:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc3a518f2839f4e185dd2bdf00f3b2183b0d2b0b
proxmark3
/
client
T
History
iceman1001
fc3a518f28
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
..
cmdscripts
Add dummy cmdscripts/example.cmd for tests
2021-10-11 20:28:39 +02:00
deps
text and increasing a buffer
2023-07-24 03:15:14 +02:00
dictionaries
text
2023-07-15 15:26:01 +02:00
experimental_client_with_swig
…
experimental_lib
cmake: allow to embed LZ4
2023-07-17 04:49:13 +02:00
include
Be more CONSTant with the parameters we will not modify
2022-01-17 14:56:47 -08:00
lualibs
Update amiibo_tools.lua
2023-05-18 00:15:55 -07:00
luascripts
fix the loadfile command and more colors
2023-07-22 14:22:39 +02:00
pyscripts
fix regex for extracting the description and notes.\n description now must start with a newline and go until it see the word usage:. \n\n notes now go until it sees either === or --- or \n\n\n which all would be indication that the notes section ended.
2023-06-27 15:24:25 +02:00
resources
Make ISO14443-A polling method more flexible
2023-07-16 14:46:30 +03:00
src
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
atr_scrap_pcsctools.py
license
2022-01-14 21:22:26 +01:00
CMakeLists.txt
cmake: allow to embed LZ4
2023-07-17 04:49:13 +02:00
default_keys_dic2lua.awk
…
emojis_scrap_github.py
license
2022-01-14 21:22:26 +01:00
gen_pm3mfsim_script.sh
…
Makefile
Bring LZ4 support for hardnested tables
2023-07-15 22:58:00 +02:00
pm3_cmd_h2lua.awk
…
README-bitlib
…
update_amiibo_tools_lua.py
style
2023-06-02 10:45:04 +02:00