Sponsored Content
Full Discussion: ASN.1 Decoder UNIX Code
Top Forums Programming ASN.1 Decoder UNIX Code Post 302888637 by fpmurphy on Sunday 16th of February 2014 10:05:31 AM
Old 02-16-2014
I have no idea what you want as you never bothered to explain it to us in detail. It seems that you now wish to decode an Abobe AIR binary using an ASN.1 schema. Is this correct?

Vague query:
Quote:
i got a schema and binary file. my target is to decode this binary file with the given schema
Just having a schema is not sufficient to decode a binary file. That is only the start of the required work. That is just a blueprint for the layout of the various elements that make up the binary file.

You need to provide specific information on what you want if you want specific answers. Vague information leads to vague answers. What schema? What type of binary file? What language do you wish to code in?

Last edited by fpmurphy; 02-16-2014 at 11:13 AM..
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

core file decoder needed

All, Remotely logged in to the UNIX server (HP B1000 Visual Server) (Version HP-UX 10.20) by using the program Xapplauncher. This is a application runs under Exceed. (Exceed "version 6.1" is a Windows application to communicate with UNIX servers) With no pre warnings the application was... (2 Replies)
Discussion started by: pbekker
2 Replies

2. Programming

ASN.1 decoder

Hi All, I am fairly new to this so please forgive me, Currently I have an ASN.1 which I would like the ability to load this to my work server in order to enter a string of output decode and display the output. There are methods online as shown on ASN.1 JavaScript decoder however I have... (3 Replies)
Discussion started by: mutley2202
3 Replies

3. Solaris

ASN Binary to ASCII

Dears, I need help to convert the binary file into ASCII format. Actually we have CDRs which is generated by telecom switch at this is in ASN1 format or binary format, I need to convert those binary formatted file into ASCII format using Perl, or shell scripting. Is there any way to solve... (3 Replies)
Discussion started by: PRINCESS_RORO
3 Replies

4. UNIX for Advanced & Expert Users

Python Programming for ASN.1 file

Hi. Has anyone here got an experience doing conversion from asn1 format to a readable format so that it can be processed by Oracle? I want to load the data into a table. This is a CDR file. Attached is the pairing file. Please remove the .txt at the end. Someone said that it is possible... (1 Reply)
Discussion started by: aimy
1 Replies
PTBL(1) 						      General Commands Manual							   PTBL(1)

NAME
ptbl - print a type table SYNOPSIS
ptbl [-a] <tbl-file> DESCRIPTION
ptbl prints the give type table to stdout. It will print it in one of two formats: internal style and ASN.1 stlye. The internal style shows the contents of the type table data structure in ASN.1 value notation. You will need to look at the tbl.asn1 file to understand the internal form. The ASN.1 form attempts to re-create the ASN.1 that generated the given type table. OPTIONS
-a Print the table in ASN.1 style (recommended) FILES
snacc/tbl-tools/ptbl/ Source code for the ptbl program snacc/asn1specs/tbl.asn1 ASN.1 definition for the type table data structure BUGS
ptbl does not attempt to print the IMPORTs information even though it is possible with a bit of work. COPYING
Copyright (c) 1993 Mike Sample and the University of British Columbia Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. AUTHOR
Mike Sample <msample@cs.ubc.ca>, University of British Columbia ACKNOWLEDGEMENTS
This work was made possible by grants from the Canadian Institute for Telecommunications Research (CITR) and Natural Sciences and Engineer- ing Research Council of Canada (NSERC). 11 July 1993 PTBL(1)
All times are GMT -4. The time now is 01:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy