Open elfisworking opened 1 year ago
https://blog.deepexplore.top/2022/01/20/2022012000/
在c语言中,我们可以使用setjmp和longjmp这两个函数实现函数间的直接跳转。
setjmp
longjmp
https://blog.deepexplore.top/2022/01/20/2022012000/
在c语言中,我们可以使用
setjmp
和longjmp
这两个函数实现函数间的直接跳转。