Skip to content

Commit 14ddb9c

Browse files
author
Draveness
committed
Remove lines
1 parent 07f342d commit 14ddb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fishhook/动态修改 C 语言函数的实现.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ int main(int argc, const char * argv[]) {
511511
512512
## 小结
513513
514-
fishhook 的实现非常的巧妙,但是它的使用也有一定的局限性,在接触到 fishhook 之前,从没有想到过可以通过一种方式修改 C 函数的实现,在笔者的印象中,C 语言作为静态语言,在运行时就很难改变其中的任何东西了,但是 fishhook 确实给我上了非常生动的一课 --- 原来 C 语言还可以这么玩
514+
fishhook 的实现非常的巧妙,但是它的使用也有一定的局限性,在接触到 fishhook 之前,从没有想到过可以通过一种方式修改 C 函数的实现。
515515
516516
## Reference
517517

0 commit comments

Comments
 (0)