Completed
hexes and punks
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Anatomy of a Gopher - Binary Analysis of Go Binaries - Alex Useche - Ekoparty Security Conference - 2020
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 hexes and punks
- 3 what is this about?
- 4 the go assembler
- 5 go pseudo-registers
- 6 tooling
- 7 objdump In go 1.15
- 8 finding ogo functions
- 9 stacks & prologue
- 10 calling conventions
- 11 identifying underlying language constru
- 12 Investigating low level functions
- 13 what to look for
- 14 go error handing ID
- 15 wrap up