Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
9 lines
154 B
Go
9 lines
154 B
Go
package proot
|
|
|
|
import "debug/elf"
|
|
|
|
type Binfmt struct {
|
|
Header elf.FileHeader // File header info
|
|
Emulator []string // Program command + args
|
|
}
|