|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Native library parsingHi 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 parsingaka 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 parsingyes, 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 parsingIs 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:
_______________________________________________ cdt-dev mailing list cdt-dev@... https://dev.eclipse.org/mailman/listinfo/cdt-dev |
|
|
Re: Native library parsingYes 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 parsingIf 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 |
| Free Forum Powered by Nabble | Forum Help |