Completed
Static analysis advantages
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Performing Dynamic Analysis of JS Apps
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 JavaScript Re-writing
- 3 Static analysis advantages
- 4 Dynamic analysis advantages
- 5 DOM-Based XSS
- 6 Taint Analysis
- 7 Inserting your analysis statements
- 8 Where to insert analysis statements?
- 9 Comma Operator
- 10 Immediately Invoked Function Expression (IFE)
- 11 Storing analysis information
- 12 Overloading operators in JavaScript?
- 13 Key takeaways
- 14 Function Reflection
- 15 How to re-write
- 16 The results
- 17 Rewriting JS for performance
- 18 Automatic transpilation by Dexecure