Basically, How to list down all the class information using Dwarf information from Linux Executable.
For Example : If a c++ project compile with debug symbol, and we have only Linux Executable with Debug Information than how we can print the the class information ?
e.g
class a :
{
public:
----
----
private:
----
----
};