emmmmm
This commit is contained in:
parent
2da4a3367b
commit
92ec712126
@ -1,11 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MifareOneTool
|
||||
{
|
||||
class ClassMfClassic
|
||||
{
|
||||
}
|
||||
}
|
||||
@ -112,10 +112,14 @@ namespace MifareOneTool
|
||||
for (int a = 0; a < 4; a++)
|
||||
{
|
||||
string res = "";
|
||||
for(int b=0;b<16;b++){
|
||||
if(sa.Sectors[i].Block[a][b]==sb.Sectors[i].Block[a][b]){
|
||||
for (int b = 0; b < 16; b++)
|
||||
{
|
||||
if (sa.Sectors[i].Block[a][b] == sb.Sectors[i].Block[a][b])
|
||||
{
|
||||
res += "-- ";
|
||||
}else{
|
||||
}
|
||||
else
|
||||
{
|
||||
res += "## ";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user