I have one question. How do you know if a function is virtual or not by analizing the library dump and, how you get the position, in the virtual table of the entity, for those which are virtual?
(edit: I'm guessing that the virtual functions are those who are inherited from base classes and not those from the actual class)