shellgo:解析来自`go tool objdump`输出的字节码

时间:2024-05-02 10:10:14
【文件属性】:

文件名称: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 /将file_name.in和file_name.out分别stdout到stdin和stdout 。 -version /打印出来的内部版本 -0x /将格式从打包(02)更改为格式化( -0x ,)。


【文件预览】:
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)

网友评论