InjectFix
InjectFix copied to clipboard
提示错误 Exception: can not load method [XX] of YY 跨Patch之间新增方法的使用
TestA类和TestB类属于两个不同的dll,分别打到不同的path.bytes中 TestB类增加一个BFunction方法 TestA类对TestA.AFunction方法进行修改,方法内调用TestB.BFunction方法
加载TestA的path.bytes的时候提示Exception: can not load method [BFunction] of TestB