delphi – 如果我只有类/ VMT地址,如何获取类的单元名称

前端之家收集整理的这篇文章主要介绍了delphi – 如果我只有类/ VMT地址,如何获取类的单元名称前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我读到 here时,

the VMT also contains a number of “magic” fields to support features
such as parent class link,instance size,class name,dynamic method
table,published methods table,published fields table,RTTI table,
initialization table for magic fields,the deprecated OLE Automation
dispatch table and implemented interfaces table

看起来VMT不包含包含定义类的单元名称的字段.是否涉及一些“编译魔术”?

解决方法

我不明白为什么VMT应该参与其中. TObject已经公开了一个类函数UnitName.

System.TObject.UnitName

原文链接:https://www.f2er.com/delphi/239354.html

猜你在找的Delphi相关文章