请问如何去除二进制加载的dylib指令

小白一个,求大佬教下!感激不尽!:rofl:

otool -L 被注入的程序
/System/Library/Frameworks/WebKit.framework/WebKit (compatibility version 1.0.0, current version 606.2.104)
@executable_path/catasmr.dylib (compatibility version 0.0.0, current version 0.0.0)
@executable_path/nsk_mp4.dat (compatibility version 0.0.0, current version 0.0.0)
我想把下面这个删除,求教如何去除加载的dylib文件。

https://github.com/alexzielenski/optool

:sweat_smile:看不懂。。尴尬啦

之前看到过的一个帖子,现在找不到了。。

Insert_Remove_Dylib

./Insert_Remove_dylib [-r] [-i] dylib.path targetmachofile

这个?
optool uninstall -p @executable_pach/XXX.dylib -t TargetApp