Completed
other ideas
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Execution of Uninvoked C++ Code to Obfuscate Logs Without an External Script
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Hashing Strings
- 4 Constant Evaluation
- 5 Member Instantiation
- 6 Link Forever
- 7 Inline
- 8 Cost
- 9 Recap
- 10 Lambda
- 11 First attempt
- 12 Next attempt
- 13 Last attempt
- 14 One in it
- 15 Promise fulfilled
- 16 First contribution
- 17 Vlogging
- 18 Macros
- 19 Basic Scheme
- 20 breakpoint
- 21 demo
- 22 GCC issues
- 23 Crazy solution
- 24 GCC limitation
- 25 GCC vendorspecific extension
- 26 Static Lambda
- 27 code explanation
- 28 production
- 29 other ideas
- 30 Fragments
- 31 Macro
- 32 Failed
- 33 Possible Solutions
- 34 Live Demo