gpt4 book ai didi

c++ - MinGW 在 dll 中隐藏方法名称

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:52:36 25 4
gpt4 key购买 nike

我一直在寻找 dll 中的隐藏方法。在 MSVC 中,有一种创建 def 文件并将其与 NONAME 属性链接的方法(请参阅 here)。

在 MinGW 中也可以吗?

最佳答案

您可以使用 GCC 扩展,visibility attribute :

__attribute__ ((visibility ("hidden"))) 

关于c++ - MinGW 在 dll 中隐藏方法名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14041899/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com