Golang逆向资料
目录
前段时间从逆向xray开始入门Golang逆向,打算深入学习一下Golang逆向方法,这几天看了很多相关的文章,原本想要自己总结一文,但无奈大佬们的总结太全面了,我就直接扔链接吧
Go二进制文件逆向分析从基础到进阶
J!4Yu大佬的系列文章太全面了,他写的go_parser相当好用
英文文章
- Reversing GO binaries like a pro
- Bsides-GO-Forth-And-Reverse
- Reconstructing Program Semantics from Go binaries
- JEB Analyzing Golang Executables
- The Go low-level calling convention on x86-64
操作文章和总结
- 手把手教你如何专业地逆向GO二进制程序
- inctf(ultimateGo)
- Go语言逆向去符号信息还原
- 无符号Golang程序逆向方法解析
- golang语言编译的二进制可执行文件为什么比 C 语言大
- Go-逆向学习问题总结
工具和插件
- https://github.com/strazzere/golang_loader_assist
- https://github.com/sibears/IDAGolangHelper
- https://github.com/0xjiayu/go_parser
- https://github.com/CarveSystems/gostringsr2
- https://github.com/JacobPimental/r2-gohelper
- https://github.com/sysopfb/GoMang
- https://github.com/pnfsoftware/jeb-golang-analyzer
- https://gitlab.com/zaytsevgu/goutils
- https://gitlab.com/zaytsevgu/GoUtils2.0