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.
在二进制文件中查找所有静态数据实例的好方法是什么?我正在修复 luacom(lua 的 dll 包)以确保线程安全,并想确定我是否找到了所有会受并发影响的全局数据实例。
有没有什么好的工具可以解决这个问题?VC 2008 中的任何功能?