Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Generic Binary Parser

Bonjour
  To help ease integrations when dealing with new Binary formats,
the usual question: "I just want to pass the file name to gdb, how do I do this
without doing a single line of java code ?".


This plugins also illustrate how to implement the BinaryParser extension point
provided by the CDT for integration.  It is simple:
- if extension ends with "exe" --> executable
- if extension ends with "o" --> object
- if extension ends with "so" --> shared library.

It would be of helpfull to users having large sets of different types of binaries
but the CDT do not cover them.

-- 
au revoir, alain

Attachment: GenericBinaryParser_1.0.0.zip
Description: zip archive file - version [3 4]


Back to the top