可以读取IC卡的所有区块了,感觉可以把澳门通破解了。。

This commit is contained in:
2021-09-10 23:48:44 +08:00
parent 80a23c83cf
commit 3d017dd9fe
13 changed files with 18557 additions and 17481 deletions
+7 -1
View File
@@ -65,7 +65,13 @@ static void MX_SPI1_Init(void);
/* Private user code ---------------------------------------------------------*/
/* USER CODE BEGIN 0 */
int _write(int file , char *ptr,int len)
{
int i = 0;
for(i = 0;i<len;i++)
ITM_SendChar((*ptr++));
return len;
}
/* USER CODE END 0 */
/**