Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++11 Metaprogramming Applied to Software Obfuscation
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Reverse engineering
- 3 What is Obfuscation?
- 4 Without templates
- 5 With C++ templates
- 6 Type safety
- 7 Optimisation based on types
- 8 C++ metaprogramming
- 9 Strings literals obfuscation
- 10 1st implementation - Problem
- 11 2nd implementation - Usage
- 12 rd implementation
- 13 Generating (pseudo-) random numbers
- 14 Seed
- 15 th implementation
- 16 Without obfuscation
- 17 Application 2 - Obfuscate calls
- 18 Finite State Machine (simple example)
- 19 Boost Meta State Machine (MSM) library
- 20 FSM + Debugger Detection
- 21 More obfuscation
- 22 Predicate
- 23 Compilers support
- 24 White paper