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 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files dump-object.go generate.go Click to show internal directories. Click to hide internal directories.