|
You are here |
gebir.ge | ||
| | | | |
blog.quarkslab.com
|
|
| | | | | [AI summary] The blog post discusses the implementation of a hooking mechanism for Go programs, focusing on the challenges of intercepting function calls and managing concurrency issues. The approach involves modifying the execution flow of Go functions by inserting custom assembly code to handle stack pivoting, ABI switching, and register saving. This allows for the integration of C functions within Go code while addressing platform-specific limitations and concurrency problems. The post highlights the complexity of working with Go's internal structures and the benefits of using Go for hooking, as it simplifies the manipulation of Go types and data structures. | |
| | | | |
shrik3.com
|
|
| | | | | ||
| | | | |
radareorg.github.io
|
|
| | | | | The blog of radare2 | |
| | | | |
jameshfisher.com
|
|
| | | `fork` duplicates the current process. It returns `0` in the child process. In the parent process, it returns the child's new process id. | ||