开发者

Inter module call

开发者 https://www.devze.com 2023-02-05 22:55 出处:网络
Is it possible to call a function residing in another module witho开发者_C百科ut using an extra jump?Short answer: yes. Intermodular calls can be made via relative calls, of course you need to adjust

Is it possible to call a function residing in another module witho开发者_C百科ut using an extra jump?


Short answer: yes. Intermodular calls can be made via relative calls, of course you need to adjust the relativity at runtime. I've done this many times for runtime dynamic patching.

0

精彩评论

暂无评论...
验证码 换一张
取 消