Skip to content

puhtaytow/shellgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shellgo

Parse bytecode from go tool objdump output.

How to?

  • make
  • 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, ).

About

Parse bytecode from `go tool objdump` output

Topics

Resources

License

Stars

Watchers

Forks