Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在寻找 dll 中的隐藏方法。在 MSVC 中,有一种方法可以创建 def 文件并将其与 NONAME 属性链接(参见此处)。
在 MinGW 中是否也可以这样?
您可以使用 GCC 扩展,可见性属性:
__attribute__ ((visibility ("hidden")))