Native library parsing

View: New views
6 Messages — Rating Filter:   Alert me  

Native library parsing

by Gerhard H. Leonhartsberger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi there!

Is there a programmatic support for parsing native libraries in CDT  
available? What I want to do is programmatic validating a library if  
it is really a specific library. For example I want to ensure that a  
user adds a "real" cppunit library and not a library just named as  
cppunit.

Cheers
Gerhard


_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: Native library parsing

by Elena Laskavaia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

aka BinaryPasrser?  Search for IBinaryParser in CDT.

Gerhard H.Leonhartsberger wrote:

> Hi there!
>
> Is there a programmatic support for parsing native libraries in CDT
> available? What I want to do is programmatic validating a library if it
> is really a specific library. For example I want to ensure that a user
> adds a "real" cppunit library and not a library just named as cppunit.
>
> Cheers
> Gerhard
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: Native library parsing

by Gerhard H. Leonhartsberger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

yes, something like that. Is there a binary viewer available in cdt?

On 07.11.2008, at 18:42, Elena Laskavaia wrote:

> aka BinaryPasrser?  Search for IBinaryParser in CDT.
>
> Gerhard H.Leonhartsberger wrote:
>> Hi there!
>> Is there a programmatic support for parsing native libraries in CDT  
>> available? What I want to do is programmatic validating a library  
>> if it is really a specific library. For example I want to ensure  
>> that a user adds a "real" cppunit library and not a library just  
>> named as cppunit.
>> Cheers
>> Gerhard
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>

_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: Native library parsing

by Gerhard H. Leonhartsberger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there a way for getting a binary parser without having a IProject? CCorePlugin.getDefault().getBinaryParserExtensions(IProject);


On 07.11.2008, at 19:06, Gerhard H. Leonhartsberger wrote:

yes, something like that. Is there a binary viewer available in cdt?

On 07.11.2008, at 18:42, Elena Laskavaia wrote:

aka BinaryPasrser?  Search for IBinaryParser in CDT.

Gerhard H.Leonhartsberger wrote:
Hi there!
Is there a programmatic support for parsing native libraries in CDT available? What I want to do is programmatic validating a library if it is really a specific library. For example I want to ensure that a user adds a "real" cppunit library and not a library just named as cppunit.
Cheers
Gerhard
_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev



_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: Native library parsing

by Elena Laskavaia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes this call just gives one of the enabled parser. You can just create one you need, i..e ElfBinaryParser.

Gerhard H. Leonhartsberger wrote:

> Is there a way for getting a binary parser without having a
> IProject? CCorePlugin.getDefault().getBinaryParserExtensions(IProject);
>
>
> On 07.11.2008, at 19:06, Gerhard H. Leonhartsberger wrote:
>
>> yes, something like that. Is there a binary viewer available in cdt?
>>
>> On 07.11.2008, at 18:42, Elena Laskavaia wrote:
>>
>>> aka BinaryPasrser?  Search for IBinaryParser in CDT.
>>>
>>> Gerhard H.Leonhartsberger wrote:
>>>> Hi there!
>>>> Is there a programmatic support for parsing native libraries in CDT
>>>> available? What I want to do is programmatic validating a library if
>>>> it is really a specific library. For example I want to ensure that a
>>>> user adds a "real" cppunit library and not a library just named as
>>>> cppunit.
>>>> Cheers
>>>> Gerhard
>>>> _______________________________________________
>>>> cdt-dev mailing list
>>>> cdt-dev@... <mailto:cdt-dev@...>
>>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@... <mailto:cdt-dev@...>
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@... <mailto:cdt-dev@...>
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Re: Native library parsing

by Elena Laskavaia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you expand binary it will show contents... Also property view may show binary info.

Gerhard H. Leonhartsberger wrote:

> yes, something like that. Is there a binary viewer available in cdt?
>
> On 07.11.2008, at 18:42, Elena Laskavaia wrote:
>
>> aka BinaryPasrser?  Search for IBinaryParser in CDT.
>>
>> Gerhard H.Leonhartsberger wrote:
>>> Hi there!
>>> Is there a programmatic support for parsing native libraries in CDT
>>> available? What I want to do is programmatic validating a library if
>>> it is really a specific library. For example I want to ensure that a
>>> user adds a "real" cppunit library and not a library just named as
>>> cppunit.
>>> Cheers
>>> Gerhard
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@...
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@...
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@...
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@...
https://dev.eclipse.org/mailman/listinfo/cdt-dev
LightInTheBox - Buy quality products at wholesale price!