assemble

command
v0.0.0-...-b5285df Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

生成汇编文件

  1. go build -gcflags '-S' main.go > main.s 2>&1 构建程序的同时生成
  2. go tool compile -S main.go > main.s 源码生成,同时还会生成 main.o 文件
  3. go tool objdump -S main > main.s 反编译二进制可执行文件生成,结果会有点不同

Directories

Path Synopsis
plan9

Jump to

Keyboard shortcuts

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