InjectFix icon indicating copy to clipboard operation
InjectFix copied to clipboard

提示错误 Exception: can not load method [XX] of YY 跨Patch之间新增方法的使用

Open mashaomin opened this issue 3 years ago • 0 comments

TestA类和TestB类属于两个不同的dll,分别打到不同的path.bytes中 TestB类增加一个BFunction方法 TestA类对TestA.AFunction方法进行修改,方法内调用TestB.BFunction方法

加载TestA的path.bytes的时候提示Exception: can not load method [BFunction] of TestB

mashaomin avatar Mar 04 '22 06:03 mashaomin