Anatomy of a Gopher - Binary Analysis of Go Binaries - Alex Useche - Ekoparty Security Conference - 2020
Offered By: Ekoparty Security Conference via YouTube
Course Description
Overview
Dive into the world of Go binary analysis in this conference talk from Ekoparty Security Conference. Explore the unique characteristics of Go binaries compared to C binaries, and discover techniques used by reverse engineers to analyze Go applications. Learn about Go assembler, pseudo-registers, tooling, and objdump in Go 1.15. Uncover methods for identifying Go functions, understanding stacks and prologues, and examining calling conventions. Investigate low-level functions, error handling, and language constructs specific to Go. Gain valuable insights into the anatomy of a Gopher, particularly useful for those working with IoT, edge computing devices, and web assembly applications.
Syllabus
Intro
hexes and punks
what is this about?
the go assembler
go pseudo-registers
tooling
objdump In go 1.15
finding ogo functions
stacks & prologue
calling conventions
identifying underlying language constru
Investigating low level functions
what to look for
go error handing ID
wrap up
Taught by
Ekoparty Security Conference
Related Courses
Case Studies in Embedded VR - Silvio Cesare - Ekoparty Security Conference - 2022Ekoparty Security Conference via YouTube The Making of an Aerospace Village Badge - Dan Allen - Ekoparty 2021: Patagon Aerospace
Ekoparty Security Conference via YouTube IIoT, Data Infrastructure, Smart Factory - Sarka Pekarova - Ekoparty 2021: OT - IIOT - IOT Space
Ekoparty Security Conference via YouTube Gotham City- SSH from Zero to Trust - Lucas Calisi - Ekoparty Security Conference - 2021
Ekoparty Security Conference via YouTube Sleight of ARM- Demystifying Intel Houdini - Brian Hong - Ekoparty 2021- Hardware Hacking Space
Ekoparty Security Conference via YouTube