Process
- If your golang binary was stripped, use Redress
- Delve is a debugger that works well with goroutines
- GoReSym is a golang symbol recovery tool
Concepts
- Golang Main Function
- Golang Function Call Procedure
- Golang Stack Reuse
- Reverse Engineering Golang Goroutine