GView Core ========== Core ---- This section covers internal and format-specific details used by GViewCore and various Type plugins. Content is expanded over time. Golang binary support (references) ------------------------------------ Type plugins (e.g. PE, ELF, Mach-O) use the following references for Go symbol and runtime parsing: * `Go runtime symtab `__ * `Go runtime2 `__ * `gosym/pclntab `__ * `go_parser pclntbl `__ * `golang_loader_assist `__ * `Mandiant: Golang internals - symbol recovery `__ * `Go binaries in Cutter `__