maxxnskk
07-01-2004, 02:01
Hi
I tried to write my own software which will work with original emma card
but can't find any info about APDU commands of emma aplets
I don't want to f.uck card with APDU scanner,
and want to ask first
maybe somebody can help to find info about this commands?
tring to reverse mtest.dll from original emma software
but it protected and this time I found nothing that will help me
this time I can connect to card, read ATR, send some commands
and recieve answer.
unsigned char buf[]={0x80,0x20,0x00,0x00,0x00,0x00,0x00}
rv = SCardTransmit(hCard, SCARD_PCI_T1, buf, 7, NULL, pbRecvBuffer, &dw);
but have not valid commands
maybe somebody can give me direction, where I can find commands
for communication with Emma card?
I tried to write my own software which will work with original emma card
but can't find any info about APDU commands of emma aplets
I don't want to f.uck card with APDU scanner,
and want to ask first
maybe somebody can help to find info about this commands?
tring to reverse mtest.dll from original emma software
but it protected and this time I found nothing that will help me
this time I can connect to card, read ATR, send some commands
and recieve answer.
unsigned char buf[]={0x80,0x20,0x00,0x00,0x00,0x00,0x00}
rv = SCardTransmit(hCard, SCARD_PCI_T1, buf, 7, NULL, pbRecvBuffer, &dw);
but have not valid commands
maybe somebody can give me direction, where I can find commands
for communication with Emma card?