Completed
Powerloader - ROP n' Roll
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Injection on Steroids - Code Less Code Injections and 0 Day Techniques
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Classic Code Injection Methods
- 3 PowerLoader - Abusing Shared Sections
- 4 Powerloader - ROP n' Roll
- 5 PowerLoader - Quick Summary
- 6 Ul Shared Memory - Reminder
- 7 PowerLoaderEx - Desktop Heap as Shared Section
- 8 PowerLoaderEx64 - What About 64-bit?
- 9 PowerLoaderEx64 - Strategy
- 10 PowerLoaderEx64 - User32 Calbacks To Rescue
- 11 Introduction - Kernel-To-User Code Injections
- 12 Common Injection Methods - User APC
- 13 Common Injection Methods - Entry Point Patching
- 14 Common Injection Methods -- Import Table Patching
- 15 Common Injection Methods - Quick Summary
- 16 Introducing Trap Frame injection
- 17 KTRAP_FRAME
- 18 The Trivial Injection
- 19 Codeless Code Injection - Challenges
- 20 Codeless Code Injection - NtClose as a callback
- 21 Codeless Code Injection - Creating dedicated thread
- 22 Codeless Code Injection - Creating a Dedicated Thread
- 23 Codeless Code Injection - API Example