mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
ADD: 'install.sh' blacklist rules installed aswell. run as root to install.
This commit is contained in:
parent
d3fd5fd6d8
commit
aed36ae5bd
3 changed files with 11 additions and 4 deletions
|
@ -1296,7 +1296,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||
uint8_t *b = BigBuf_get_addr();
|
||||
memcpy( b + c->arg[0], c->d.asBytes, USB_CMD_DATA_SIZE);
|
||||
cmd_send(CMD_ACK,0,0,0,0,0);
|
||||
cmd_send(CMD_ACK,1,0,0,0,0);
|
||||
break;
|
||||
}
|
||||
case CMD_DOWNLOAD_EML_BIGBUF: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue