52ky 发表于 2021-8-26 10:46:35

Reverse Engineering Go Binaries with Ghidra

需要对 Go 二进制文件进行逆向工程
Go 编程语言的一些特性在研究 Go 二进制文件时给逆向工程师带来了困难。 逆向工程工具(例如反汇编程序)可以很好地分析用更流行的语言(例如 C、C++、.NET)编写的二进制文件,但 Go 带来了新的挑战,使分析变得更加繁琐。

(The Need to Reverse Engineer Go Binaries
Some features of the Go programming language give reverse engineers a hard time when investigating Go binaries. Reverse engineering tools (e.g. disassemblers) can do a great job analyzing binaries that are written in more popular languages (e.g. C, C++, .NET), but Go creates new challenges that make the analysis more cumbersome.)

页: [1]
查看完整版本: Reverse Engineering Go Binaries with Ghidra