文件名称:shellgo:解析来自`go tool objdump`输出的字节码
文件大小:15KB
文件格式:ZIP
更新时间:2024-05-02 10:10:14
Go
贝戈
解析go tool objdump输出中的字节码。
如何?
make
go tool compile -S -N file.go
go tool objdump -S file.o | shellgo
标志
-dump
【文件预览】:
shellgo-main
----.gitignore(22B)
----go.mod(88B)
----Makefile(413B)
----LICENSE(1KB)
----go.sum(923B)
----README.md(380B)
----shell.go(971B)
----shell_test.go(21KB)
----cmd()
--------cli.go(1KB)
----test_inputs()
--------0_test_input.txt(1021B)
--------1_test_input.txt(236B)
--------2_test_input.txt(234B)
--------3_test_input.txt(20KB)