agiledragon / gomonkey

gomonkey is a library to make monkey patching in unit tests easy
MIT License
1.93k stars 179 forks source link

增加arm64架构支持 #55

Closed hengwu0 closed 2 years ago

hengwu0 commented 2 years ago

提供buildJmpDirective函数的arm64版本,用于生成arm64架构的跳转汇编指令。 fixed #38, #39, #50, #52.

test passed on AArch64 Processor rev 14 (aarch64), Linux localhost 4.14.83-perf-g2915c04, Ubuntu 18.04 LTS.

hengwu0 commented 2 years ago

test failed in TestApplyFuncSeq, TestApplyInterfaceReused, TestApplyMethodSeq.