utilities

command
v0.0.0-...-bc08b84 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2018 License: MIT Imports: 7 Imported by: 0

README

Generate BPF ByteCode For Go

To convert an object file into a consumable binary array that can be used in a go program simply run the following command:

./generate -file object_file.o -package package-name -name name-of-go-file.go

To get the full sweep of the options for the generate program, run:

./generate --help

Print Out BPF Object File

To dump out an object file to see the names, symbols, instructions, etc, simply run:

./dump-object -file object_file.o

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL