Parse bytecode from go tool objdump
output.
make
go tool compile -S -N file.go
go tool objdump -S file.o | shellgo
-dump <file_name>
/ Result infile_name.in
andfile_name.out
respectively tostdin
andstdout
.-version
/ Print out build version-0x
/ Change format from packed (02) to formatted (0x00, 0x02, ).