go-proot/Bimfmt.go
Matheus Sampaio Queiroga aebafd388e the hell of code
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2025-02-10 22:06:13 -03:00

9 lines
154 B
Go

package proot
import "debug/elf"
type Binfmt struct {
Header elf.FileHeader // File header info
Emulator []string // Program command + args
}