Rinchen Tundup wrote:
Hi ,
Is there any Free ASN.1 decoding tool avalaible for windows ?
I have the ASN hex dump in a text file , and want to view the contents
according to the grammar .?
Can any one point me to a appropriate link ?
http://lionet.info/asn1c has both an online and free windows
version of a generic BER decoder progam (unber, see see
http://lionet.info/asn1c/man-unber.html).
unber does not take the hex dump though, it expects the
original, binary form. you will have to convert hex back into
binary form first by either using xxd (from vim distribution)
or by writing a simple program.
if you want to view the BER data according to a given ASN.1 grammar,
you'll probably need to employ an ASN.1 compiler first. Ibid.
--
Lev Walkin
[EMAIL PROTECTED]
_______________________________________________
Asn1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1