Skip to content

Commit cfeffdc

Browse files
authored
update readme (#34)
* add more test for indirect jmp * update readme
1 parent 30202be commit cfeffdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A funny library to hook golang function dynamically at runtime, enabling functio
66

77
The most significant feature this library provided that makes it distinguished from others is that it supports calling back to the original function.
88

9-
Read this blogpost for further explanation of the implementation detail: https://www.cnblogs.com/catch/p/10973611.html
9+
Read following blogpost for further explanation of the implementation detail: [1](https://www.cnblogs.com/catch/p/10973611.html),[2](https://onedrive.live.com/View.aspx?resid=7804A3BDAEB13A9F!58083&authkey=!AKVlLS9s9KYh07s)
1010

1111
## How it works
1212

0 commit comments

Comments
 (0)