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.
我想将“函数 A”调用替换为“函数 B”调用。目前,我已经插入了“函数 B”,我认为 ReplaceInstWithInst() 可能会有所帮助,但是,我不知道如何找到“函数 A”。我应该怎么做?
您可以使用 访问模块中的所有功能,如此处mod->getFunction("functionA");所述。
mod->getFunction("functionA");