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.
我正在使用 C++ 应用程序。我想在将任何共享库加载到我的应用程序之前加载要加载的共享库。
一种方法是LD_PRELOAD在代码中使用。但是是否可以在不使用的情况下完成上述场景LD_PRELOAD?
LD_PRELOAD