![]() |
Home | Libraries | People | FAQ | More |
boost::dll::library_info — Class that is capable of extracting different information from a library or binary file. Currently understands ELF, MACH-O and PE formats on all the platforms.
// In header: <boost/dll/library_info.hpp> class library_info : private { public: // construct/copy/destruct (, = ); // public member functions (); (); (); (); };
library_info
public member functions();
Returns: |
List of sections that exist in binary file. |
();
Returns: |
List of all the exportable symbols from all the sections that exist in binary file. |
( section_name);
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Parameters: |
|
||
Returns: |
List of symbols from the specified section. |
( section_name);