Completed
How Does Swift Affect Testing?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reverse Engineering Swift Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Motivation
- 3 How Does Swift Affect Testing?
- 4 What is Swift?
- 5 Syntax (just the basics to follow along)
- 6 Other Language Features
- 7 Challenges
- 8 Reversing Swift Apps
- 9 Class Dump?
- 10 Symbol Table
- 11 Name Mangling
- 12 Function Attributes
- 13 Return Types
- 14 swift-demangle
- 15 class-dump-s
- 16 Stripped Binaries
- 17 Objective-C Compatibility
- 18 Revisiting Class Dump
- 19 Other Options
- 20 Hooking Swift Methods
- 21 Wrap Up
- 22 Next Steps