shellgo

package module
v0.1.1-1 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2021 License: MIT Imports: 6 Imported by: 0

README

shellgo

Parse bytecode from go tool objdump output.

How to?

  • make && make install
  • go tool compile -S -N file.go
  • go tool objdump -S file.o | shellgo
Flags
  • -dump <file_name> / Result in file_name.in and file_name.out respectively to stdin and stdout.
  • -version / Print out build version
  • -0x / Change format from packed (02) to formatted (0x00, 0x02, ).

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func STDINReader

func STDINReader() []rune

Types

type Output added in v0.1.0

type Output struct {
	RAW string
}

func Parse

func Parse(input string) Output

func (Output) Default added in v0.1.0

func (o Output) Default() string

func (Output) Format0x added in v0.1.0

func (o Output) Format0x() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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