mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix staticnested_1nt
This commit is contained in:
parent
a1c02f8fa8
commit
1e95f70386
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ int main(int argc, char *const argv[]) {
|
|||
uint32_t keyCount = 0;
|
||||
|
||||
uint32_t authuid = hex_to_uint32(argv[1]);
|
||||
uint32_t sector = hex_to_uint32(argv[2]);
|
||||
uint32_t sector = atoi(argv[2]);
|
||||
uint32_t nt = hex_to_uint32(argv[3]);
|
||||
uint32_t nt_enc = hex_to_uint32(argv[4]);
|
||||
uint8_t nt_par_err_arr[4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue