mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-09-18 10:34:53 +08:00
* Renamed to apdufind. Fuzzing is something different than this simple enumeration. * Removed Le as parameter. This is just the maximum response bytes expected. Not much to find here with this simple tool. * Sweep through all values, even if a start value was given (don't stop at 0). * Changed sweep oder to INS->P1->P2->CLA. This way instructions are more quickly found. * Show response data, if there are any (hex & ascii). * Retry command with Le = 0x0100 (extended length APDU) if there was a length error return code. * Improved the output with general information. * Fixed bug: It's now possible to run the command without parameters. |
||
---|---|---|
.. | ||
android | ||
cmdscripts | ||
deps | ||
dictionaries | ||
experimental_client_with_swig | ||
experimental_lib | ||
include | ||
lualibs | ||
luascripts | ||
pyscripts | ||
resources | ||
src | ||
CMakeLists.txt | ||
default_keys_dic2lua.awk | ||
emojis_scrap_github.py | ||
gen_pm3mfsim_script.sh | ||
Makefile | ||
pm3_cmd_h2lua.awk | ||
README-bitlib |